gethostbyname

(PHP 4, PHP 5, PHP 7)

gethostbyname ������������Ӧ�� IPv4��ַ��

˵��

gethostbyname ( string $hostname ) : string

���������� hostname ��Ӧ�� IPv4 ��������ַ��

����

hostname

������

����ֵ

�ɹ�ʱ���� IPv4 ��ַ��ʧ��ʱԭ�ⲻ������ hostname �ַ�����

����

Example #1 �򵥵� gethostbyname() ����

<?php
$ip 
gethostbyname('www.example.com');

echo 
$ip;
?>

�μ�

  • gethostbyaddr() - ��ȡָ����IP��ַ��Ӧ��������
  • gethostbynamel() - ��ȡ��������������Ӧ�� IPv4 ��ַ�б�
  • inet_pton() - Converts a human readable IP address to its packed in_addr representation
  • inet_ntop() - Converts a packed internet address to a human readable representation