Date: 12/12/00
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/features file-upload.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ronabop Tue Dec 12 20:51:24 2000 EDT
Modified files:
/phpdoc/en/functions network.xml
Log:
fixing <? to <?php
Index: phpdoc/en/functions/network.xml
diff -u phpdoc/en/functions/network.xml:1.27 phpdoc/en/functions/network.xml:1.28
--- phpdoc/en/functions/network.xml:1.27 Sat Dec 9 20:54:30 2000
+++ phpdoc/en/functions/network.xml Tue Dec 12 20:51:24 2000
@@ -507,7 +507,7 @@
<example>
<title><function>Ip2long</function> Example</title>
<programlisting role="php">
-<?
+<?php
$ip = gethostbyname("www.php.net");
$out = "The following URLs are equivalent:<br>\n";
$out .= "http://www.php.net/, http://".$ip."/, and http://".ip2long($ip)."/<br>\n";
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/features file-upload.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

