|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-01-17 10:01 UTC] tony2001@php.net
[2007-01-19 02:23 UTC] playercd8 at hotmail dot com
[2007-01-19 04:25 UTC] playercd8 at hotmail dot com
[2007-01-19 08:07 UTC] tony2001@php.net
[2007-01-19 09:39 UTC] playercd8 at hotmail dot com
[2007-01-22 06:18 UTC] playercd8 at hotmail dot com
[2007-01-22 07:01 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
Description: ------------ $errno is return 671845376 $errstr is not retuen any string Why I can not use fsockopen to work ? Reproduce code: --------------- if(!$fp = @fsockopen($openhost, $port, $errno, $errstr, 15)) { #debug if ($this->debug == true) echo "Now can not open socket.\nError($errno) $errstr\n"; return false; } Expected result: ---------------- ..