Files
doc-fr/reference/json/reference.xml
Yannick Torres 9495959e60 sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@226632 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-07 10:22:00 +00:00

57 lines
1.4 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- EN-Revision: 1.3 Maintainer: yannick Status: ready -->
<!-- Purpose: basic.other -->
<!-- Membership: pecl, bundled -->
<!-- Reviewed: no -->
<reference id="ref.json">
<title>Fonctions JSON</title>
<titleabbrev>JSON</titleabbrev>
<partintro>
<section id="json.intro">
&reftitle.intro;
<para>
Cette extension implémente le format d'échange de données
<ulink url="&url.json;">JavaScript Object Notation (JSON)</ulink>. Le décodage
est géré par un moteur d'analyse basé sur le JSON_checker écrit par Douglas Crockford.
</para>
</section>
<section id="json.requirements">
&reftitle.required;
<para>
Depuis &php; 5.2.0, l'extension JSON est fournit et compilé dans &php; par défaut.
</para>
<para>
&pecl.info;
<ulink url="&url.pecl.package;json">&url.pecl.package;json</ulink>
</para>
</section>
</partintro>
&reference.json.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->