Heim >Backend-Entwicklung >PHP-Tutorial >不明白php中的inet_pton的返回值是什么?该怎么解决

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

WBOY
WBOYOriginal
2016-06-13 10:37:311467Durchsuche

不明白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) " ?"
string(16) " 0"
string(16) " 0 "
string(16) " 0@"
string(16) " 0?" 
这些东西

------解决方案--------------------
注意: 本函数未在 Windows 平台下实现。


------解决方案--------------------
in_addr是一个结构体,是二进制的,没有必要显示
------解决方案--------------------
IP的大端序字节流。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn