Monday 6 May 2013

Json_encode

string json_encode ( mixed $value [, int $options = 0 ] )

Returns a string containing the JSON representation of value.

The value being encoded. Can be any type except a resourse
This function only works with UTF-8 encoded data.
 

No comments:

Post a Comment

Disable Caching Drupal 8

1. Copy and rename the sites/example.settings.local.php to sites/default/settings.local.php: $ cp sites / example . settings . local . ph...