| |
checkdnsrr |
Retourne les enregistrements d'un serveur DNS correspondant à une hôte spécifié par son adresse ou son nom |
| |
|
int checkdnsrr( string host, string [ type ] )
|
| |
closelog |
Ferme la connexion au système de journalisation |
| |
|
int closelog( void )
|
| |
debugger_off |
Désactive le debugger PHP interne |
| |
|
int debugger_off( void )
|
| |
debugger_on |
Active le debugger PHP interne |
| |
|
int debugger_on( string address )
|
| |
fsockopen |
Ouvre une connexion vers une socket Unix ou Internet |
| |
|
int fsockopen( string hostname, int port, int [ errno ], string [ errstr ], double [ timeout ] )
|
| |
gethostbyaddr |
Retourne le nom d'hôte d'une machine spécifiée par son adresse IP |
| |
|
string gethostbyaddr( string ip_address )
|
| |
gethostbyname |
Retourne l'adresse IP d'un hôte spécifié par son nom Internet |
| |
|
string gethostbyname( string hostname )
|
| |
gethostbynamel |
Retourne la liste d'adresses IP d'un hôte spécifié par son nom Internet |
| |
|
array gethostbynamel( string hostname )
|
| |
getmxrr |
Recherche et retourne les enregistrements MX dans un serveur DNS pour l'hôte spécifié |
| |
|
int getmxrr( string hostname, array mxhosts, array [ weight ] )
|
| |
openlog |
Ouvre une connexion vers le log système |
| |
|
int openlog( string ident, int option, int facility )
|
| |
pfsockopen |
Ouvre une connexion persistente sur une socket Unix ou Internet |
| |
|
int pfsockopen( string hostname, int port, int [ errno ], string [ errstr ], int [ timeout ] )
|
| |
set_socket_blocking |
Positionne le mode bloquant/non bloquant pour une connexion socket |
| |
|
int set_socket_blocking( int socket descriptor, int mode )
|
| |
syslog |
Envoie un message d'erreur dans le log système (Event Log sur WinNT) |
| |
|
int syslog( int priority, string message )
|