Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
json_encode
(no version information, might be only in CVS)
json_encode -- Returns the JSON representation of a valuePopis
string json_encode ( mixed value )
Returns a string containing the JSON representation of
value
.
Seznam parametrů
value
The
value
being encoded. Can be any type except a resource.This function only works with UTF-8 encoded data.
PÅ™edcházejÃcà | Domů | Dalšà |
json_decode | Nahoru |