Home >Backend Development >PHP Tutorial >php extract 导入变量问题?

php extract 导入变量问题?

WBOY
WBOYOriginal
2016-06-06 20:10:27930browse

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

<code> extract(json_decode("{'hello':'world'}",true));</code>

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

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

回复内容:

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

<code> extract(json_decode("{'hello':'world'}",true));</code>

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

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn