mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-27 10:22:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@218975 c90b9560-bf6c-de11-be94-00142212c4b1
96 lines
2.6 KiB
XML
Executable File
96 lines
2.6 KiB
XML
Executable File
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!-- EN-Revision: 1.6 Maintainer: dams Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<!-- Purpose: xml -->
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<reference id="ref.libxml">
|
|
<title>libxml</title>
|
|
<titleabbrev>libxml</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="libxml.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Ces fonctions et constantes sont disponibles depuis &php; 5.1.0 et si vous
|
|
avez compilé PHP avec les extensions basées sur libxml, c'est à dire
|
|
<link linkend="ref.dom">DOM</link>,
|
|
<link linkend="ref.simplexml">SimpleXML</link> et
|
|
<link linkend="ref.xslt">XSLT</link>.
|
|
</para>
|
|
</section>
|
|
<section id="libxml.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Cette extension requiert <ulink url="&url.libxml;">libxml</ulink> >=
|
|
2.6.0.
|
|
</para>
|
|
</section>
|
|
|
|
<section id='libxml.classes'>
|
|
&reftitle.classes;
|
|
|
|
<section id='libxml.class.libxmlerror'>
|
|
<title><classname>LibXMLError</classname></title>
|
|
<section id='libxml.class.libxmlerror.properties'>
|
|
&reftitle.properties;
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>code - le code erreur</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
column - la colonne où l'erreur est survenue. Notez que
|
|
cette propriété n'est pas entièrement implémentée dans libxml
|
|
et donc, &zero; est toujours retourné.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>file - le nom du fichier, ou vide si le XML a été chargé
|
|
depuis une chaîne.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
level - le degré de l'erreur (une des constantes suivantes :
|
|
<constant>LIBXML_ERR_WARNING</constant>,
|
|
<constant>LIBXML_ERR_ERROR</constant> ou
|
|
<constant>LIBXML_ERR_FATAL</constant>)
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>line - la ligne où l'erreur est survenue.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>message - le message de l'erreur</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
&reference.libxml.constants;
|
|
</partintro>
|
|
&reference.libxml.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
|
|
-->
|