|
static | encode ($data, $options=null) |
|
Открытые статические члены унаследованные от Json |
static | decode ($data) |
|
См. определение в файле yandexjson.php строка 6
◆ _encode()
◆ _quote()
◆ encode()
static encode |
( |
| $data, |
|
|
| $options = null ) |
|
static |
Returns a string containing the JSON representation of $data.
- Аргументы
-
mixed | $data | The value being encoded. |
null | $options | Bitmasked options. Default is JSON_HEX_TAG|JSON_HEX_AMP|JSON_HEX_APOS|JSON_HEX_QUOT. |
- Возвращает
- mixed
- Исключения
-
- См. также
- json_encode
Переопределяет метод предка Json.
См. определение в файле yandexjson.php строка 8