Source of: /manual/ro/intro.json.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'ro',
),
'this' =>
array (
0 => 'intro.json.php',
1 => 'Introducere',
),
'up' =>
array (
0 => 'book.json.php',
1 => 'JSON',
),
'prev' =>
array (
0 => 'book.json.php',
1 => 'JSON',
),
'next' =>
array (
0 => 'json.setup.php',
1 => 'Instalarea / configurarea',
),
'alternatives' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="intro.json" class="preface">
<h1 class="title">Introducere</h1>
<p class="para">
Această extensie implementează formatul de inter-schimbare a datlor
<a href="http://www.json.org/" class="link external">» JavaScript Object Notation (JSON)</a>.
Decodificarea este efectuată de un interpretor bazat pe JSON_checker
de Douglas Crockford.
</p>
</div><?php manual_footer(); ?>