gpt4 book ai didi

php - 序列化数据或对象意味着什么?

转载 作者:行者123 更新时间:2023-12-03 00:40:12 26 4
gpt4 key购买 nike

如果可能的话,使用 PHP。

这是什么意思?我正在阅读我的一个旧问题(How do you pass values between PHP pages for MVC?)并在 one of the answers它说:

The part responsible for transferring the data between the controller and the view is the View engine (or class) internal to CodeIgniter. It takes that array from the controller and deserializes it for the view.

我不知道这意味着什么(我读了评论)。我把 CodeIgniter 作为示例和标签,但我想这可能是一个一般性问题。

谢谢。

最佳答案

序列化数据就是将值生成为字符串的可存储表示形式,例如:json_encode 是一种序列化类型,但 PHP 还具有对序列化的 native 支持,它可以序列化除资源类型之外的几乎任何类型的数据,您可以在此处找到序列化的小指南: http://www.devshed.com/c/a/PHP/The-Basics-of-Serializing-Objects-in-PHP/

有关 PHP 的完整手册,您可以在 Cédric Belin 在下面的帖子中发布的链接中找到它:D

关于php - 序列化数据或对象意味着什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8621016/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com