Developer API - PHP response format
The PHP response make use of the serialize() and unserialize() functions of the PHP script language.
To set the response format to PHP, send the parameter format=php along with the method call.
The responses are serialized PHP arrays whose structure match the JSON response structures. Please read the JSON response format documentation to get information on the used data structures.
Back to the API index page

