![]() |
Maileon PHP client
1.2.5
Easily integrate your PHP application with Maileon.
|
Static Public Member Functions | |
static | json_decode ($jsonString, $deserializationType=null) |
Helper class for deserializing JSON data
Definition at line 8 of file JSONDeserializer.php.
|
static |
Used to deserialize a Maileon class from JSON
type | $jsonString | The JSON string to deserialize |
mixed | $deserializationType | The type of the deserialized object. For deserializing arrays use array( 'array', 'typename' ) |
Definition at line 20 of file JSONDeserializer.php.