1
0
mirror of https://github.com/php/doc-it.git synced 2026-03-26 16:42:06 +01:00
Files
archived-doc-it/reference/xml/functions/xml-error-string.xml
Andrioli Darvin 948d338778 Italian translation
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@79614 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-23 19:24:15 +00:00

54 lines
1.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.3 Maintainer: darvina Status: ready -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-error-string">
<refnamediv>
<refname>xml_error_string</refname>
<refpurpose>restituisce la stringa di errore dal parser XML</refpurpose>
</refnamediv>
<refsect1>
<title>Descrizione</title>
<methodsynopsis>
<type>string</type><methodname>xml_error_string</methodname>
<methodparam><type>int</type><parameter>codice_errore</parameter></methodparam>
</methodsynopsis>
<para>
<variablelist>
<varlistentry>
<term><parameter>codice_errore</parameter></term>
<listitem>
<simpara>
Un codice di errore da <function>xml_get_error_code</function>.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
<para>
La funzione restituisce una stringa con la descrizione del codice di errore
<parameter>codice_errore</parameter>, oppure &false; se non si trova una descrizione.
</para>
</refsect1>
</refentry>
<!-- 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
-->