didou Mon Aug 11 02:41:59 2003 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-set-timeout.xml
Log:
removing useless line
Index: phpdoc/en/reference/stream/functions/stream-set-timeout.xml
diff -u phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.2
phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.3
--- phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.2 Tue Jun 3
12:58:24 2003
+++ phpdoc/en/reference/stream/functions/stream-set-timeout.xml Mon Aug 11 02:41:59
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.18 -->
<refentry id="function.stream-set-timeout">
<refnamediv>
@@ -28,7 +28,6 @@
echo "Unable to open\n";
} else {
fputs($fp, "GET / HTTP/1.0\n\n");
- $start = time();
stream_set_timeout($fp, 2);
$res = fread($fp, 2000);
var_dump(stream_get_meta_data($fp));
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php