philip          Thu Jun 12 21:09:38 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   copy.xml 
  Log:
  returns bool, not int
  
  
Index: phpdoc/en/reference/filesystem/functions/copy.xml
diff -u phpdoc/en/reference/filesystem/functions/copy.xml:1.5 
phpdoc/en/reference/filesystem/functions/copy.xml:1.6
--- phpdoc/en/reference/filesystem/functions/copy.xml:1.5       Fri May 30 16:43:26 
2003
+++ phpdoc/en/reference/filesystem/functions/copy.xml   Thu Jun 12 21:09:38 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.copy">
    <refnamediv>
@@ -9,7 +9,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>copy</methodname>
+      <type>bool</type><methodname>copy</methodname>
       <methodparam><type>string</type><parameter>source</parameter></methodparam>
       <methodparam><type>string</type><parameter>dest</parameter></methodparam>
      </methodsynopsis>



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

Reply via email to