mirror of
https://github.com/php/doc-it.git
synced 2026-04-29 18:23:17 +02:00
1c37529476
git-svn-id: https://svn.php.net/repository/phpdoc/it/trunk@78500 c90b9560-bf6c-de11-be94-00142212c4b1
66 lines
2.0 KiB
XML
66 lines
2.0 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- splitted from ./it/functions/network.xml, last change in rev 1.1 -->
|
|
<!-- last change to 'checkdnsrr' in en/ tree in rev 1.2 -->
|
|
<!-- EN-Revision: 1.2 Maintainer: cortesi Status: ready -->
|
|
<!-- OLD-Revision: 1.60/EN.1.2 -->
|
|
<refentry id="function.checkdnsrr">
|
|
<refnamediv>
|
|
<refname>checkdnsrr</refname>
|
|
<refpurpose>
|
|
Controlla i record DNS relativi ad un host Internet o
|
|
indirizzo IP
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Descrizione</title>
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>checkdnsrr</methodname>
|
|
<methodparam><type>string</type><parameter>host</parameter></methodparam>
|
|
<methodparam choice="opt"><type>string</type><parameter>type</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<simpara>
|
|
Cerca i record DNS del tipo <parameter>type</parameter>
|
|
corrispondenti a <parameter>host</parameter>. Restituisce vero se
|
|
dei records sono trovati; falso se nessun record viene trovato
|
|
o in caso di errore.
|
|
</simpara>
|
|
<simpara>
|
|
<parameter>type</parameter> può essere uno dei seguenti: A, MX,
|
|
NS, SOA, PTR, CNAME, oppure ANY. Il default è MX.
|
|
</simpara>
|
|
<simpara>
|
|
<parameter>Host</parameter> può essere sia l'indirizzo IP in
|
|
notazione decimale o il nome dell'host.
|
|
</simpara>
|
|
¬e.no-windows;
|
|
<simpara>
|
|
Vedere anche <function>getmxrr</function>,
|
|
<function>gethostbyaddr</function>,
|
|
<function>gethostbyname</function>,
|
|
<function>gethostbynamel</function> e la man page
|
|
named(8).
|
|
</simpara>
|
|
</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
|
|
-->
|