didou           Thu Aug 14 04:42:38 2003 EDT

  Modified files:              
    /phpdoc/en/reference/url/functions  base64-decode.xml 
  Log:
  closing #25083
  
Index: phpdoc/en/reference/url/functions/base64-decode.xml
diff -u phpdoc/en/reference/url/functions/base64-decode.xml:1.4 
phpdoc/en/reference/url/functions/base64-decode.xml:1.5
--- phpdoc/en/reference/url/functions/base64-decode.xml:1.4     Wed May  7 17:31:31 
2003
+++ phpdoc/en/reference/url/functions/base64-decode.xml Thu Aug 14 04:42:38 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/url.xml, last change in rev 1.2 -->
   <refentry id="function.base64-decode">
    <refnamediv>
@@ -15,10 +15,10 @@
     <para>
      <function>base64_decode</function> decodes
      <parameter>encoded_data</parameter> and returns the original
-     data. The returned data may be binary.
+     data or &false; on failure. The returned data may be binary.
     </para>
     <para>
-     See also: <function>base64_encode</function>,
+     See also <function>base64_encode</function> and
      <ulink url="&url.rfc;2045">RFC 2045</ulink> section 6.8.
     </para>
    </refsect1>



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

Reply via email to