[PHP-DOC] cvs: phpdoc /en/reference/network/functions gethostbyaddr.xml From: Philip Olson (philip <email protected>)
Date: 02/14/03

philip Fri Feb 14 20:05:23 2003 EDT

  Modified files:
    /phpdoc/en/reference/network/functions gethostbyaddr.xml
  Log:
  Typo
  
  
Index: phpdoc/en/reference/network/functions/gethostbyaddr.xml
diff -u phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.4 phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.5
--- phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.4 Fri Feb 14 19:58:55 2003
+++ phpdoc/en/reference/network/functions/gethostbyaddr.xml Fri Feb 14 20:05:22 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.gethostbyaddr">
    <refnamediv>
@@ -23,13 +23,13 @@
      <example>
       <title>A simple <function>gethostbyaddr</function> example</title>
       <programlisting role="php">
-<?php
 <![CDATA[
+<?php
 $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
   
 print $hostname;
-]]>
 ?>
+]]>
       </programlisting>
      </example>
     </para>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php