jan             Tue Sep 17 04:51:27 2002 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  print-r.xml 
  Log:
   - fix return type
  #please check the other translations
  
  
Index: phpdoc/en/reference/var/functions/print-r.xml
diff -u phpdoc/en/reference/var/functions/print-r.xml:1.2 
phpdoc/en/reference/var/functions/print-r.xml:1.3
--- phpdoc/en/reference/var/functions/print-r.xml:1.2   Wed Apr 17 02:44:59 2002
+++ phpdoc/en/reference/var/functions/print-r.xml       Tue Sep 17 04:51:27 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.5 -->
   <refentry id="function.print-r">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>void</type><methodname>print_r</methodname>
+      <type>bool</type><methodname>print_r</methodname>
       <methodparam><type>mixed</type><parameter>expression</parameter></methodparam>
      </methodsynopsis>
     <simpara>



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

Reply via email to