Definition at line 6 of file Prettyjson.php.
◆ getDescription()
static Gettext\Languages\Exporter\Prettyjson::getDescription |
( |
| ) |
|
|
static |
◆ getEncodeOptions()
static Gettext\Languages\Exporter\Prettyjson::getEncodeOptions |
( |
| ) |
|
|
staticprotected |
- See also
- Json::getEncodeOptions
Definition at line 11 of file Prettyjson.php.
References defined.
13 if (!(
defined(
'\JSON_PRETTY_PRINT') &&
defined(
'\JSON_UNESCAPED_SLASHES') &&
defined(
'\JSON_UNESCAPED_UNICODE'))) {
14 throw new Exception(
'PHP 5.4 or later is required to export uncompressed JSON');
16 return \JSON_PRETTY_PRINT | \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE;
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
The documentation for this class was generated from the following file: