update : 2015.11.03
php.shukuma.com검색:
|
socket_strerror(PHP 4 >= 4.1.0, PHP 5) socket_strerror — Return a string describing a socket error 설명
string socket_strerror
( int
$errno
)
socket_strerror() takes as its
반환값
Returns the error message associated with the 예제
Example #1 socket_strerror() example
<?php The expected output from the above example (assuming the script is not run with root privileges): socket_bind() failed: reason: Permission denied 참고
|