首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

不明白php中的inet_pton的返回值是什么?该怎么解决

2014-06-05 
不明白php中的inet_pton的返回值是什么?我看到文档说inet_pton的功能是:Converts a human readable IP add

不明白php中的inet_pton的返回值是什么?
我看到文档说inet_pton的功能是:
Converts a human readable IP address to its packed in_addr representation
返回值是:
Returns the in_addr representation of the given address。
packed in_addr representation是什么?
我怎么去除返回值或显示返回值呢?
为什么我echo,print_r出来的内容全是乱码呢。
var_dump出来的是
string(16) "  @"
string(16) " 

热点排行