Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从数据库中回显一些图像路径,但我在 print_r 中得到以下结果...
[image_directory] => images/catalog/brand/303-products/640/ [images] => a:1:{i:0;s:13:"303030340.jpg";}
我不确定“图像”中的编码是什么意思,但我希望我可以轻松地抓取该图像 URL 或指向路径,以了解为什么它被这样编码,而不仅仅是图像名称。
谢谢!
这是一个由serialize(). 您可以使用反序列化它unserialize()。为什么会这样,除了你,没有人能告诉你。
serialize()
unserialize()