Date: 02/04/03
- Next message: betz <email protected>: "[PHP-DOC] #22043 [Opn->Csd]: ref.stream.php: missing ) in 2nd example"
- Previous message: tix <email protected>: "[PHP-DOC] #22043 [NEW]: ref.stream.php: missing ) in 2nd example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
betz Tue Feb 4 07:12:03 2003 EDT
Modified files:
/phpdoc/en/reference/stream reference.xml
Log:
typo, fix #22043
Index: phpdoc/en/reference/stream/reference.xml
diff -u phpdoc/en/reference/stream/reference.xml:1.8 phpdoc/en/reference/stream/reference.xml:1.9
--- phpdoc/en/reference/stream/reference.xml:1.8 Sun Jan 19 05:46:22 2003
+++ phpdoc/en/reference/stream/reference.xml Tue Feb 4 07:12:03 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<reference id="ref.stream">
<title>Stream functions</title>
<titleabbrev>Streams</titleabbrev>
@@ -186,7 +186,7 @@
*/
$sock = fsockopen("ssl://secure.example.com", 443, $errno, $errstr, 30);
-if (!$sock) die("$errstr ($errno)\n";
+if (!$sock) die("$errstr ($errno)\n");
$data = "foo=" . urlencode("Value for Foo") . "&bar=" . urlencode("Value for Bar");
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: betz <email protected>: "[PHP-DOC] #22043 [Opn->Csd]: ref.stream.php: missing ) in 2nd example"
- Previous message: tix <email protected>: "[PHP-DOC] #22043 [NEW]: ref.stream.php: missing ) in 2nd example"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

