Fix protos (bug #30651)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172095 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-11-04 08:50:58 +00:00
parent 1b4ca5fd9f
commit 4cf2759e15
3 changed files with 24 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-add-user">
<refnamediv>
<refname>ibase_add_user</refname>
@ -11,9 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_add_user</methodname>
<methodparam><type>string</type><parameter>server</parameter></methodparam>
<methodparam><type>string</type><parameter>dba_user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>dba_user_password</parameter></methodparam>
<methodparam><type>resource</type><parameter>service_handle</parameter></methodparam>
<methodparam><type>string</type><parameter>user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>first_name</parameter></methodparam>
@ -21,6 +19,12 @@
<methodparam choice="opt"><type>string</type><parameter>last_name</parameter></methodparam>
</methodsynopsis>
<para>
PHP 4 uses <parameter>server</parameter>,
<parameter>dba_user_name</parameter> and
<parameter>dba_user_password</parameter> instead of
<parameter>service_handle</parameter> parameter.
</para>
&warn.undocumented.func;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-delete-user">
<refnamediv>
<refname>ibase_delete_user</refname>
@ -11,12 +11,16 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_delete_user</methodname>
<methodparam><type>string</type><parameter>server</parameter></methodparam>
<methodparam><type>string</type><parameter>dba_user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>dba_user_password</parameter></methodparam>
<methodparam><type>resource</type><parameter>service_handle</parameter></methodparam>
<methodparam><type>string</type><parameter>user_name</parameter></methodparam>
</methodsynopsis>
<para>
PHP 4 uses <parameter>server</parameter>,
<parameter>dba_user_name</parameter> and
<parameter>dba_user_password</parameter> instead of
<parameter>service_handle</parameter> parameter.
</para>
&warn.undocumented.func;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-modify-user">
<refnamediv>
<refname>ibase_modify_user</refname>
@ -11,9 +11,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>ibase_modify_user</methodname>
<methodparam><type>string</type><parameter>server</parameter></methodparam>
<methodparam><type>string</type><parameter>dba_user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>dba_user_password</parameter></methodparam>
<methodparam><type>resource</type><parameter>service_handle</parameter></methodparam>
<methodparam><type>string</type><parameter>user_name</parameter></methodparam>
<methodparam><type>string</type><parameter>password</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>first_name</parameter></methodparam>
@ -21,6 +19,12 @@
<methodparam choice="opt"><type>string</type><parameter>last_name</parameter></methodparam>
</methodsynopsis>
<para>
PHP 4 uses <parameter>server</parameter>,
<parameter>dba_user_name</parameter> and
<parameter>dba_user_password</parameter> instead of
<parameter>service_handle</parameter> parameter.
</para>
&warn.undocumented.func;
<para>