mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157748 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
60daf089c3
commit
e5dd4add1b
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.uudecode">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.convert-uudecode">
|
||||
<refnamediv>
|
||||
<refname>uudecode</refname>
|
||||
<refname>convert_uudecode</refname>
|
||||
<refpurpose>
|
||||
Decode a uuencoded string
|
||||
</refpurpose>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>uudecode</methodname>
|
||||
<type>string</type><methodname>convert_uudecode</methodname>
|
||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.uuencode">
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.convert-uuencode">
|
||||
<refnamediv>
|
||||
<refname>uuencode</refname>
|
||||
<refname>convert_uuencode</refname>
|
||||
<refpurpose>
|
||||
Uuencode a string
|
||||
</refpurpose>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>uuencode</methodname>
|
||||
<type>string</type><methodname>convert_uuencode</methodname>
|
||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
Loading…
Reference in a new issue