当前位置:Gxlcms > PHP教程 > phpextract导入变量问题?

phpextract导入变量问题?

时间:2021-07-01 10:21:17 帮助过:23人阅读

hi,guys。
我序列化了一个json串,能否通过

 extract(json_decode("{'hello':'world'}",true));

的方式,将$hello,
导入到当前的上下文中。

如果不行,有什么解决办法?

回复内容:

hi,guys。
我序列化了一个json串,能否通过

 extract(json_decode("{'hello':'world'}",true));

的方式,将$hello,
导入到当前的上下文中。

如果不行,有什么解决办法?

人气教程排行