mirror of
https://github.com/php/doc-it.git
synced 2026-03-24 07:32:12 +01:00
* Add Italian translations for FAQ section Translate html.xml, passwords.xml, and using.xml to Italian. These files cover PHP/HTML interaction, password hashing security, and common PHP usage questions. Also includes the figures directory with crypt-text-rendered.svg. * Add Italian translations for appendices section Translate examples.xml, transports.xml, comparisons.xml, and history.xml to Italian. These files cover manual examples notes, socket transports, type comparison tables, and PHP history. * Update history.xml * Update html.xml * Update passwords.xml * Update using.xml --------- Co-authored-by: Davide Pastore <pasdavide@gmail.com>
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: bce2cb849721c70737eb32ce958131e22677770c Maintainer: lacatoire Status: ready -->
|
|
<appendix xml:id="examples" xmlns="http://docbook.org/ns/docbook">
|
|
<title>Informazioni sugli esempi del manuale</title>
|
|
<simpara>
|
|
Si noti che molti esempi nella documentazione PHP omettono la gestione
|
|
di errori ed eccezioni per chiarezza e brevità.
|
|
</simpara>
|
|
<simpara>
|
|
Questo non significa che la gestione degli errori debba essere omessa nel codice di produzione
|
|
poiché ciò può portare al lancio di <exceptionname>TypeError</exceptionname>,
|
|
alla conversione di valori di fallimento, come &false; in una stringa vuota,
|
|
o alla violazione di assunzioni che potrebbero causare bug difficili da tracciare.
|
|
Alcune estensioni forniscono esempi completi in cui è inclusa la gestione degli errori
|
|
per dimostrare l'uso corretto delle varie funzioni e metodi forniti
|
|
dall'estensione.
|
|
</simpara>
|
|
</appendix>
|
|
<!-- 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:"~/.phpdoc/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
|
|
-->
|