inet_ntop <<< |
inet_pton | ip2long >>> |
6.25 Réseau 6 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes pré-définies . checkdnsrr . closelog . debugger_off . debugger_on . define_syslog_variables . dns_check_record . dns_get_mx . dns_get_record . fsockopen . gethostbyaddr . gethostbyname . gethostbynamel . getmxrr . getprotobyname . getprotobynumber . getservbyname . getservbyport . inet_ntop ->inet_pton . ip2long . long2ip . openlog . pfsockopen . socket_get_status . socket_set_blocking . socket_set_timeout . syslog |
6.25.25 inet_pton() Convertit une adresse IP lisible en sa représentation in_addr[ Exemples avec inet_pton ] PHP 5 >= 5.1.0RC1 string inet_pton ( string address )inet_pton convertit une adresse IPv4 ou IPv6 (si PHP a été compilé avec le support IPv6) humainement lisible en une structure binaire approriée de famille d'adresses 32bit ou 128bit.
|
<< | inet_pton | >> |
inet_ntop | Réseau | ip2long |