mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3d1ff696a6
commit
c504d67bf5
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ echo $out;
|
|||
<title><function>socket_set_timeout</function> Example</title>
|
||||
<programlisting role="php">
|
||||
<?php
|
||||
$fp = fsockopen("http://www.php.net", 80);
|
||||
$fp = fsockopen("www.php.net", 80);
|
||||
if(!$fp) {
|
||||
echo "Unable to open\n";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue