|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-28 08:14 UTC] spic@php.net
[2002-08-28 08:31 UTC] wez@php.net
[2002-08-28 12:37 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |
If one tries to fetch a remote HTML document via fopen("http://some.host/foo/bar") and there is a connectivity problem (say a misconfigured router), this function will not return in a reasonable time. There should be a timeout option, as the fsockopen function already has.