Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/fr/book.network.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'fr',
),
'this' =>
array (
0 => 'book.network.php',
1 => 'Réseau',
),
'up' =>
array (
0 => 'refs.remote.other.php',
1 => 'Autres services',
),
'prev' =>
array (
0 => 'function.gopher-parsedir.php',
1 => 'gopher_parsedir',
),
'next' =>
array (
0 => 'intro.network.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Réseau</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.network.php">Introduction</a></li><li><a href="network.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="network.requirements.php">Pré-requis</a></li><li><a href="network.installation.php">Installation</a></li><li><a href="network.configuration.php">Configuration à l'exécution</a></li><li><a href="network.resources.php">Types de ressources</a></li></ul></li><li><a href="network.constants.php">Constantes pré-définies</a></li><li><a href="ref.network.php">Fonctions réseaux</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.checkdnsrr.php">checkdnsrr</a> — Résolution DNS d'une adresse IP</li><li><a href="function.closelog.php">closelog</a> — Ferme la connexion à l'historique système</li><li><a href="function.define-syslog-variables.php">define_syslog_variables</a> — Initialise toutes les variables relatives aux fonctions syslog</li><li><a href="function.dns-check-record.php">dns_check_record</a> — Alias de checkdnsrr</li><li><a href="function.dns-get-mx.php">dns_get_mx</a> — Alias de getmxrr</li><li><a href="function.dns-get-record.php">dns_get_record</a> — Lit les données DNS associées à un hôte</li><li><a href="function.fsockopen.php">fsockopen</a> — Ouvre une socket de connexion Internet ou Unix</li><li><a href="function.gethostbyaddr.php">gethostbyaddr</a> — Retourne le nom d'hôte correspondant à une IP</li><li><a href="function.gethostbyname.php">gethostbyname</a> — Retourne l'adresse IPv4 correspondant à un hôte</li><li><a href="function.gethostbynamel.php">gethostbynamel</a> — Retourne la liste d'IPv4 correspondante à un hôte</li><li><a href="function.gethostname.php">gethostname</a> — Lit le nom de l'hôte</li><li><a href="function.getmxrr.php">getmxrr</a> — Retourne les enregistrements MX d'un hôte</li><li><a href="function.getprotobyname.php">getprotobyname</a> — Retourne le numéro de protocole associé à un nom de protocole</li><li><a href="function.getprotobynumber.php">getprotobynumber</a> — Retourne le nom de protocole associé à un numéro de protocole</li><li><a href="function.getservbyname.php">getservbyname</a> — Retourne le numéro de port associé à un service Internet et un protocole</li><li><a href="function.getservbyport.php">getservbyport</a> — Retourne le service Internet qui correspond au port et protocole</li><li><a href="function.header-remove.php">header_remove</a> — Supprime un entête HTTP</li><li><a href="function.header.php">header</a> — Envoie un en-tête HTTP</li><li><a href="function.headers-list.php">headers_list</a> — Retourne la liste des en-têtes de réponse du script courant</li><li><a href="function.headers-sent.php">headers_sent</a> — Indique si les en-têtes HTTP ont déjà été envoyés</li><li><a href="function.inet-ntop.php">inet_ntop</a> — Convertit un paquet d'adresses internet en une représentation humainement lisible</li><li><a href="function.inet-pton.php">inet_pton</a> — Convertit une adresse IP lisible en sa représentation in_addr</li><li><a href="function.ip2long.php">ip2long</a> — Convertit une chaîne contenant une adresse (IPv4) IP numérique en adresse littérale</li><li><a href="function.long2ip.php">long2ip</a> — Convertit une adresse IP (IPv4) en adresse IP numérique</li><li><a href="function.openlog.php">openlog</a> — Ouvre la connexion à l'historique système</li><li><a href="function.pfsockopen.php">pfsockopen</a> — Ouvre une socket de connexion Internet ou Unix persistante</li><li><a href="function.setcookie.php">setcookie</a> — Envoie un cookie</li><li><a href="function.setrawcookie.php">setrawcookie</a> — Envoie un cookie sans encoder sa valeur en URL</li><li><a href="function.socket-get-status.php">socket_get_status</a> — Alias de stream_get_meta_data</li><li><a href="function.socket-set-blocking.php">socket_set_blocking</a> — Alias de stream_set_blocking</li><li><a href="function.socket-set-timeout.php">socket_set_timeout</a> — Alias de stream_set_timeout</li><li><a href="function.syslog.php">syslog</a> — Génère un message dans l'historique système</li></ul></li></ul></div><?php manual_footer(); ?>