2003-05-10 22:54:24 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-16 21:52:41 +00:00
|
|
|
<!-- $Revision: 1.4 $ -->
|
|
|
|
<refentry id="function.ibase-add-user">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>ibase_add_user</refname>
|
|
|
|
<refpurpose>Add a user to a security database (only for IB6 or later)</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>bool</type><methodname>ibase_add_user</methodname>
|
|
|
|
<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>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>middle_name</parameter></methodparam>
|
|
|
|
<methodparam choice="opt"><type>string</type><parameter>last_name</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
2003-05-10 22:54:24 +00:00
|
|
|
|
2007-06-16 21:52:41 +00:00
|
|
|
<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;
|
2003-05-10 22:54:24 +00:00
|
|
|
|
2007-06-16 21:52:41 +00:00
|
|
|
<para>
|
|
|
|
See also
|
|
|
|
<function>ibase_modify_user</function> and
|
|
|
|
<function>ibase_delete_user</function>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2003-05-10 22:54:24 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|