mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ircg_nickname_unescape: fix function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66544 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
134cb83bfd
commit
4933d0e8e3
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<reference id="ref.ircg">
|
||||
<title>IRC Gateway Functions</title>
|
||||
<titleabbrev>IRC Gateway</titleabbrev>
|
||||
|
@ -725,7 +725,7 @@ if (!ircg_join ($id, "#php")) {
|
|||
|
||||
<refentry id='function.ircg-nickname-unescape'>
|
||||
<refnamediv>
|
||||
<refname>ircg_nickname_escape</refname>
|
||||
<refname>ircg_nickname_unescape</refname>
|
||||
<refpurpose>
|
||||
Decode encoded nickname
|
||||
</refpurpose>
|
||||
|
@ -734,7 +734,7 @@ if (!ircg_join ($id, "#php")) {
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>ircg_nickname_escape</function></funcdef>
|
||||
<funcdef>string <function>ircg_nickname_unescape</function></funcdef>
|
||||
<paramdef>string <parameter>nick</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
Loading…
Reference in a new issue