git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-08-14 08:42:38 +00:00
parent 326922299c
commit 8cc3f2b9bc

View file

@ -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>