命名将原始数据转换为对象的方法
假设您有以下格式的数据:
name=john;age=33;gender=male
您会如何称呼将此类数据转换为对象/关联数组的方法?
我一直在思考:
- 反序列化变量
- 解析变量
Say you have data in the format:
name=john;age=33;gender=male
What would you call a method that converts data like that into an an object / associative array?
I've been thinking about:
- unserialize_variables
- parse_variables
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
反序列化Person
DeserialisePerson
人.反序列化?
Person.Unserialize?
人物阅读器。如果您将来也更改保存人员数据的方式,则可以使用。
PersonReader. Works if you change how you persist the person data in the future too.
分两步:
In two steps: