<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.json.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'ref.json.php',
    1 => 'JSON Funzioni',
    2 => 'JSON Funzioni',
  ),
  'up' => 
  array (
    0 => 'book.json.php',
    1 => 'JSON',
  ),
  'prev' => 
  array (
    0 => 'jsonserializable.jsonserialize.php',
    1 => 'JsonSerializable::jsonSerialize',
  ),
  'next' => 
  array (
    0 => 'function.json-decode.php',
    1 => 'json_decode',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/json/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.json.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.json" class="reference">
 <h1 class="title">JSON Funzioni</h1>

 


























<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_reference"><li><a href="function.json-decode.php">json_decode</a> — Decodes a JSON string</li><li><a href="function.json-encode.php">json_encode</a> — Returns the JSON representation of a value</li><li><a href="function.json-last-error.php">json_last_error</a> — Returns the last error occurred</li><li><a href="function.json-last-error-msg.php">json_last_error_msg</a> — Returns the error string of the last json_validate(), json_encode() or json_decode() call</li><li><a href="function.json-validate.php">json_validate</a> — Checks if a string contains valid JSON</li></ul>
</div>
<?php manual_footer($setup); ?>