Метод |
Описание |
|
_encode ( array $response ) : string |
PHP version independent json_encode |
|
array_type ( array $array ) : string |
Determines array type ("vector" or "map"). Returns false if not an array at all. |
|
encode ( $response, $pretty = false ) |
|
|
headers ( $Controller, $settings ) |
|
|
json_format ( string $json ) : string |
Pretty print JSON
http://www.php.net/manual/en/function.json-encode.php#80339 |
|
render ( $action = null, $layout = null, $file = null ) |
|
|
utf8_encode_array ( array $array ) : array |
(Recursively) utf8_encode each value in an array. |
|