mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix more method names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166288 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d9e8c0de85
commit
c7fe50b784
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/apd.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.apd-continue">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>apd_set_session</function> example</title>
|
||||
<title><function>apd_continue</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/apd.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.apd-rename-function">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<methodname>override_function</methodname>
|
||||
<methodname>rename_function</methodname>
|
||||
<methodparam><type>string</type><parameter>original_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>new_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>override_function</function> example</title>
|
||||
<title><function>rename_function</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- splitted from ./en/functions/apd.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.rename-function">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>override_function</function> example</title>
|
||||
<title><function>rename_function</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue