mirror of
https://github.com/php/doc-it.git
synced 2026-03-26 08:32:15 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@130481 c90b9560-bf6c-de11-be94-00142212c4b1
53 lines
1.7 KiB
XML
53 lines
1.7 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- EN-Revision: 1.5 Maintainer: darvina Status: ready -->
|
|
<refentry id="function.xml-parser-create">
|
|
<refnamediv>
|
|
<refname>xml_parser_create</refname>
|
|
<refpurpose>Crea un parser XML</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Descrizione</title>
|
|
<methodsynopsis>
|
|
<type>resource</type><methodname>xml_parser_create</methodname>
|
|
<methodparam choice="opt"><type>string</type><parameter>codifica</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
La funzione <function>xml_parser_create</function> crea un nuovo parser XML
|
|
e restituisce un handle da utilizzarsi con le
|
|
altre funzioni XML.
|
|
</para>
|
|
<para>
|
|
Il parametro opzionale <parameter>codifica</parameter> indica la
|
|
codifica dei caratteri utilizzata dal file XML di input. Le codifiche
|
|
supportate sono <literal>"ISO-8859-1"</literal>, che è anche il
|
|
default, se non viene fornito il parametro <parameter>codifica</parameter>,
|
|
<literal>"UTF-8"</literal> e <literal>"US-ASCII"</literal>.
|
|
</para>
|
|
<para>
|
|
Vedere anche <function>xml_parser_create_ns</function> e
|
|
<function>xml_parser_free</function>.
|
|
</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
|
|
-->
|