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

WBOY
풀어 주다: 2016-06-13 10:37:31
원래의
1425명이 탐색했습니다.

不明白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的大端序字节流。

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!