echo gethostbyname("");// 获取本机echo gethostbyname('www.baidu.com'); // 获取指定域名echo gethostbyname('github.com'); // 获取指定域名
其他:gethostbyname