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.
我正在尝试从 youtube 检索数据。它正在重新调整Zend_Gdata_YouTube_VideoFeed Object. 如何将其转换为 JSON 字符串格式...
Zend_Gdata_YouTube_VideoFeed Object
它是一个类的对象。您必须先将其转换为字符串。然后你可以把它转换成 JSON ..