mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
closing #25083
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
326922299c
commit
8cc3f2b9bc
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue