mirror of
https://github.com/php/doc-it.git
synced 2026-03-24 07:32:12 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@314552 c90b9560-bf6c-de11-be94-00142212c4b1
248 lines
6.1 KiB
XML
248 lines
6.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- EN-Revision: n/a Maintainer: cortesi Status: ready -->
|
|
<appendix xml:id="network.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.constants;
|
|
&extension.constants.core;
|
|
<table>
|
|
<title>Opzioni <function>openlog</function></title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Costante</entry>
|
|
<entry>Descrizione</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>LOG_CONS</entry>
|
|
<entry>
|
|
Se si verifica un errore nella scrittura nel log di sistema
|
|
scrive direttamente sulla console.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_NDELAY</entry>
|
|
<entry>
|
|
Apre immediatamente la connessione con il log
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_ODELAY</entry>
|
|
<entry>
|
|
(default) attende ad aprire la connessione fino a quando non vi è
|
|
un messaggio da registrare.
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_NOWAIT</entry>
|
|
<entry>
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_PERROR</entry>
|
|
<entry>Scrive il messaggio di log anche nello standard error</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_PID</entry>
|
|
<entry>Include anche il PID in ciascun messaggio</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
|
|
<table>
|
|
<title>Tools <function>openlog</function></title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Costante</entry>
|
|
<entry>Descrizione</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>LOG_AUTH</entry>
|
|
<entry>
|
|
Messaggio di sicurezza/autorizzazione (utilizzare LOG_AUTHPRIV
|
|
nei sistemi in cui questa costante è definita)
|
|
</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_AUTHPRIV</entry>
|
|
<entry>Messaggi di sicurezza/autorizzazione (privati)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_CRON</entry>
|
|
<entry>Demone dell'ora (cron ed at)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_DAEMON</entry>
|
|
<entry>Altri demoni di sistema</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_KERN</entry>
|
|
<entry>Messaggi del kernel</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_LOCAL0 ... LOG_LOCAL7</entry>
|
|
<entry>Riservato per utilizzi locali, questi non sono dipsonibili in Windows</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_LPR</entry>
|
|
<entry>Sottosistema della stampante</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_MAIL</entry>
|
|
<entry>Sottosistema di posta</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_NEWS</entry>
|
|
<entry>Sottosistema USENET news</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_SYSLOG</entry>
|
|
<entry>Messaggi generati internamente da syslogd</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_USER</entry>
|
|
<entry>Messaggi utente generici</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_UUCP</entry>
|
|
<entry>Sottosistema UUCP</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
|
|
<table>
|
|
<title>Priorità (in ordine decrescente) di <function>syslog</function></title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Costante</entry>
|
|
<entry>Descrizione</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>LOG_EMERG</entry>
|
|
<entry>Sistema inutilizzabile</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_ALERT</entry>
|
|
<entry>Azioni devono essere intraprese immediatamente</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_CRIT</entry>
|
|
<entry>Condizioni critiche</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_ERR</entry>
|
|
<entry>Condizioni di errore</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_WARNING</entry>
|
|
<entry>Condizioni di attenzione</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_NOTICE</entry>
|
|
<entry>Situazione normale, ma significativa</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_INFO</entry>
|
|
<entry>Messaggio informativo</entry>
|
|
</row>
|
|
<row>
|
|
<entry>LOG_DEBUG</entry>
|
|
<entry>Messaggio di debug</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
<table>
|
|
<title>Parametri <function>dns_get_record</function></title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Costante</entry>
|
|
<entry>Descrizione</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>DNS_A</entry>
|
|
<entry>Risorsa con indirizzo IPv4</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_MX</entry>
|
|
<entry>Mail Exchanger Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_CNAME</entry>
|
|
<entry>Alias (Canonical Name) Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_NS</entry>
|
|
<entry>Authoritative Name Server Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_PTR</entry>
|
|
<entry>Pointer Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_HINFO</entry>
|
|
<entry>Host Info Resource (Vedere la pagina IANA
|
|
<link xlink:href="&url.iana.system-names;">Operating System Names</link>
|
|
per il significato di questi valori)</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_SOA</entry>
|
|
<entry>Start of Authority Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_TXT</entry>
|
|
<entry>Text Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_ANY</entry>
|
|
<entry>Any Resource Record. In molti sistemi
|
|
questo restituisce tutti i record, tuttavia
|
|
non si dovrebbe farne affidamento per utilzzi
|
|
critici. Piuttosto utilizzare DNS_ALL.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_AAAA</entry>
|
|
<entry>IPv6 Address Resource</entry>
|
|
</row>
|
|
<row>
|
|
<entry>DNS_ALL</entry>
|
|
<entry>Interroga in modo iterativo il DNS
|
|
alla ricerca di ogni tipo di record disponibile.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</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
|
|
-->
|