Fixed example for socket_set_tumeout

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2000-10-01 23:32:52 +00:00
parent 3d1ff696a6
commit c504d67bf5

View file

@ -839,7 +839,7 @@ echo $out;
<title><function>socket_set_timeout</function> Example</title>
<programlisting role="php">
&lt;?php
$fp = fsockopen("http://www.php.net", 80);
$fp = fsockopen("www.php.net", 80);
if(!$fp) {
echo "Unable to open\n";
} else {