|
|
Usage of Zend_Json involves using the two public static
methods available: Zend_Json::encode() and
Zend_Json::decode().
// Retrieve a value: $phpNative = Zend_Json::decode($encodedValue); // Encode it to return to the client: $json = Zend_Json::encode($phpNative);
|
|
Copyright © 2005-2011 Zend Technologies Inc (compiled by mikaelkael with ZFDocumentor - SVN 20146).

