mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fe3023e897
commit
8214cac81b
61 changed files with 199 additions and 157 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.array-keys">
|
||||
<refnamediv>
|
||||
|
@ -11,9 +11,8 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>array_keys</methodname>
|
||||
<methodparam><type>array</type><parameter>input</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>
|
||||
search_value
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>search_value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>strict</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>array_keys</function> returns the keys, numeric and
|
||||
|
@ -23,6 +22,8 @@
|
|||
If the optional <parameter>search_value</parameter> is specified,
|
||||
then only the keys for that value are returned. Otherwise, all
|
||||
the keys from the <parameter>input</parameter> are returned.
|
||||
As of PHP 5, you can use <parameter>strict</parameter> parameter for
|
||||
comparison including type (===).
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/classobj.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.call-user-method-array">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<type>mixed</type><methodname>call_user_method_array</methodname>
|
||||
<methodparam><type>string</type><parameter>method_name</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>&obj</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>paramarr</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>paramarr</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<warning>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.22 -->
|
||||
<refentry id="function.cpdf-open">
|
||||
<refnamediv>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<type>int</type><methodname>cpdf_open</methodname>
|
||||
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>doc_limits</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_open</function> function opens
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-place-inline-image">
|
||||
<refnamediv>
|
||||
|
@ -17,6 +17,7 @@
|
|||
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>gsave</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-set-page-animation">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,9 @@
|
|||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>transition</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>duration</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>direction</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>orientation</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>inout</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_set_page_animation</function> function set the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.cpdf-text">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<type>bool</type><methodname>cpdf_text</methodname>
|
||||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>text</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x-coor</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>x-coor</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y-coor</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>orientation</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.35 -->
|
||||
<refentry id="function.cpdf-translate">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<methodparam><type>int</type><parameter>pdf_document</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x-coor</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y-coor</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_translate</function> function set the origin of
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/cyrus.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.cyrus-authenticate">
|
||||
<refnamediv>
|
||||
|
@ -16,6 +16,8 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>user</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>minssf</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>maxssf</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>authname</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.dbplus-rquery">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>dbplus_rquery</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dbpath</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>dbpath</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/dbplus.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.dbplus-sql">
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>dbplus_sql</methodname>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>server</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dbpath</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>server</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>dbpath</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.10 -->
|
||||
<refentry id="function.call-user-func-array">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>call_user_func_array</methodname>
|
||||
<methodparam><type>callback</type><parameter>function</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>param_arr</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>param_arr</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Call a user defined function given by
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.gmp-init">
|
||||
<refnamediv>
|
||||
|
@ -11,11 +11,14 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>gmp_init</methodname>
|
||||
<methodparam><type>mixed</type><parameter>number</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>base</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Creates a GMP number from an integer or string. String
|
||||
representation can be decimal or hexadecimal. In the latter case,
|
||||
the string should start with <literal>0x</literal>.
|
||||
Optional parameter <parameter>base</parameter> is available since
|
||||
PHP 4.1.0.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.hw-document-bodytag">
|
||||
<refnamediv>
|
||||
|
@ -11,6 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>string</type><methodname>hw_document_bodytag</methodname>
|
||||
<methodparam><type>int</type><parameter>hw_document</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>prefix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the BODY tag of the document. If the document is an HTML
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.hw-getobject">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<type>array</type><methodname>hw_getobject</methodname>
|
||||
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>objectID</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>query</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>query</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the object record for the object with ID
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.hw-identify">
|
||||
<refnamediv>
|
||||
|
@ -10,6 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>hw_identify</methodname>
|
||||
<methodparam><type>int</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>password</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.hw-insdoc">
|
||||
<refnamediv>
|
||||
|
@ -10,10 +10,10 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>hw_insdoc</methodname>
|
||||
<methodparam><type>int</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>parentID</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>object_record</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>text</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>text</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Inserts a new document with attributes as in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.hw-modifyobject">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>int</type><parameter>object_to_change</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>remove</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>add</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This command allows to remove, add, or modify individual attributes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.ibase-set-event-handler">
|
||||
<refnamediv>
|
||||
<refname>ibase_set_event_handler</refname>
|
||||
|
@ -11,7 +11,14 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>ibase_set_event_handler</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>callback</type><parameter>event_handler</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>event_name1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>event_name2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>ibase_set_event_handler</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>callback</type><parameter>event_handler</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>event_name1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>event_name2</parameter></methodparam>
|
||||
|
@ -22,6 +29,7 @@
|
|||
events. The callback is called with the event name and the link resource as arguments
|
||||
whenever one of the specified events is posted by the database. The callback must
|
||||
return &false; if the event handler should be canceled. Any other return value is ignored.
|
||||
This function accepts up to 15 event arguments.
|
||||
</para>
|
||||
<para>
|
||||
<informalexample>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.ibase-wait-event">
|
||||
<refnamediv>
|
||||
<refname>ibase_wait_event</refname>
|
||||
|
@ -11,7 +11,13 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ibase_wait_event</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>event_name1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>event_name2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ibase_wait_event</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>event_name1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>event_name2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>...</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.imagefilter">
|
||||
<refnamediv>
|
||||
<refname>imagefilter</refname>
|
||||
|
@ -13,12 +13,15 @@
|
|||
<type>bool</type><methodname>imagefilter</methodname>
|
||||
<methodparam><type>resource</type><parameter>src_im</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>filtertype</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>args</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>arg1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>arg2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>arg3</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>imagefilter</function> applies the filter
|
||||
<parameter>filtertype</parameter> to the image, using
|
||||
<parameter>args</parameter> where necessary.
|
||||
<parameter>arg1</parameter>, <parameter>arg2</parameter> and
|
||||
<parameter>arg3</parameter> where necessary.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>filtertype</parameter> can be one of the following:
|
||||
|
@ -38,14 +41,14 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<parameter>IMG_FILTER_BRIGHTNESS</parameter>: Changes the brightness
|
||||
of the image. Use <parameter>args</parameter> to set the level of
|
||||
of the image. Use <parameter>arg1</parameter> to set the level of
|
||||
brightness.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<parameter>IMG_FILTER_CONTRAST</parameter>: Changes the contrast of
|
||||
the image. Use <parameter>args</parameter> to set the level of
|
||||
the image. Use <parameter>arg1</parameter> to set the level of
|
||||
contrast.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -53,7 +56,8 @@
|
|||
<simpara>
|
||||
<parameter>IMG_FILTER_COLORIZE</parameter>: Like
|
||||
<parameter>IMG_FILTER_GRAYSCALE</parameter>, except you can specify the
|
||||
color. Use 3 separate <parameter>args</parameter>, in the form of
|
||||
color. Use <parameter>arg1</parameter>, <parameter>arg2</parameter> and
|
||||
<parameter>arg3</parameter> in the form of
|
||||
<parameter>red</parameter>, <parameter>blue</parameter>,
|
||||
<parameter>green</parameter>. The range for each color is 0 to 255.
|
||||
</simpara>
|
||||
|
@ -89,7 +93,7 @@
|
|||
<listitem>
|
||||
<simpara>
|
||||
<parameter>IMG_FILTER_SMOOTH</parameter>: Makes the image smoother.
|
||||
Use <parameter>args</parameter> to set the level of smoothness.
|
||||
Use <parameter>arg1</parameter> to set the level of smoothness.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagepstext">
|
||||
<refnamediv>
|
||||
|
@ -19,9 +19,9 @@
|
|||
<methodparam><type>int</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>y</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>space</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>tightness</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>antialias_steps</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>tightness</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>antialias_steps</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<parameter>foreground</parameter> is the color in which the text
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
|
||||
<refentry id="function.imap-clearflag-full">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sequence</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>flag</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>options</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function causes a store to delete the specified
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-search">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<type>array</type><methodname>imap_search</methodname>
|
||||
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>criteria</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>options</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imap-setflag-full">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sequence</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>flag</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>options</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function causes a store to add the specified
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.9 -->
|
||||
<refentry id="function.imap-undelete">
|
||||
<refnamediv>
|
||||
|
@ -14,6 +14,7 @@
|
|||
<type>bool</type><methodname>imap_undelete</methodname>
|
||||
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>msg_number</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function removes the deletion flag for a specified message,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-html-encode">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,8 @@
|
|||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_html_encode</methodname>
|
||||
<methodparam><type>string</type><parameter>html_string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>auto_links</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>conv_br</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Encodes a HTML string <parameter>html_string</parameter> for
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-pconnect">
|
||||
<refnamediv>
|
||||
|
@ -18,6 +18,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>msg_format</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>ctcp_messages</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>user_settings</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>bailout_on_trivial</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_pconnect</function> will try to establish a
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.39 -->
|
||||
<refentry id='function.ldap-parse-result'>
|
||||
<refnamediv>
|
||||
|
@ -15,9 +15,9 @@
|
|||
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>&errcode</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>&matcheddn</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>&errmsg</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>&referrals</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>&matcheddn</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>&errmsg</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>&referrals</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.max">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,6 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>max</methodname>
|
||||
<methodparam><type>array</type><parameter>numbers</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>max</function> returns the numerically highest of the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.min">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,6 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>min</methodname>
|
||||
<methodparam><type>array</type><parameter>numbers</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>min</function> returns the numerically lowest of the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.mb-detect-encoding">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,8 @@
|
|||
<methodsynopsis>
|
||||
<type>string</type><methodname>mb_detect_encoding</methodname>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>encoding-list</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>encoding_list</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>strict</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mb_detect_encoding</function> detects character
|
||||
|
@ -19,7 +20,7 @@
|
|||
detected character encoding.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>encoding-list</parameter> is list of character
|
||||
<parameter>encoding_list</parameter> is list of character
|
||||
encoding. Encoding order may be specified by array or comma
|
||||
separated list string.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.mb-ereg-search-setpos">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>mb_ereg_search_setpos</methodname>
|
||||
<void/>
|
||||
<methodparam><type>int</type><parameter>position</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.11 -->
|
||||
<refentry id="function.mcal-close">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>mcal_close</methodname>
|
||||
<methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Closes the given mcal stream.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcal-delete-event">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>mcal_delete_event</methodname>
|
||||
<methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>event_id</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>event_id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mcal_delete_event</function> deletes the calendar event
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcal-event-set-end">
|
||||
<refnamediv>
|
||||
|
@ -15,18 +15,10 @@
|
|||
<methodparam><type>int</type><parameter>stream</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>year</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>month</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
day
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
hour
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
min
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
sec
|
||||
</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>day</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>hour</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>min</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sec</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mcal_event_set_end</function> sets the streams global
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcal-event-set-start">
|
||||
<refnamediv>
|
||||
|
@ -16,17 +16,10 @@
|
|||
<methodparam><type>int</type><parameter>stream</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>year</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>month</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
day
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
hour
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
min</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>
|
||||
sec
|
||||
</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>day</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>hour</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>min</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sec</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mcal_event_set_start</function> sets the streams global
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcal-list-alarms">
|
||||
<refnamediv>
|
||||
|
@ -15,11 +15,11 @@
|
|||
<type>array</type><methodname>mcal_list_alarms</methodname>
|
||||
<methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>begin_year</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>begin_month</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>begin_day</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>end_year</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>end_month</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>end_day</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>begin_month</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>begin_day</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>end_year</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>end_month</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>end_day</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an array of event ID's that has an alarm going off
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcal-list-events">
|
||||
<refnamediv>
|
||||
|
@ -13,8 +13,12 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>mcal_list_events</methodname>
|
||||
<methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>begin_date</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>object</type><parameter>end_date</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>begin_year</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>begin_month</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>begin_day</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>end_year</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>end_month</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>end_day</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an array of ID's that are between the start and end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/mcal.xml, last change in rev 1.11 -->
|
||||
<refentry id="function.mcal-reopen">
|
||||
<refnamediv>
|
||||
|
@ -10,6 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>mcal_reopen</methodname>
|
||||
<methodparam><type>int</type><parameter>mcal_stream</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>calendar</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.get-browser">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,7 @@
|
|||
<methodsynopsis>
|
||||
<type>object</type><methodname>get_browser</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>user_agent</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>return_array</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
<function>get_browser</function> attempts to determine the
|
||||
|
@ -30,6 +31,10 @@
|
|||
major and minor version numbers and ID string; &true;/&false; values
|
||||
for features such as frames, JavaScript, and cookies; and so
|
||||
forth.
|
||||
As of PHP 4.3.2, if the optional parameter
|
||||
<parameter>return_array</parameter> is &true;, this function will return
|
||||
<type>array</type> instead of <type>object</type>. You can bypass
|
||||
<parameter>user_agent</parameter> parameter with &null; value.
|
||||
</simpara>
|
||||
<simpara>
|
||||
While <filename>browscap.ini</filename> contains information on
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/muscat.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.muscat-setup-net">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,6 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>muscat_setup_net</methodname>
|
||||
<methodparam><type>string</type><parameter>muscat_host</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>port</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.oci-lob-copy">
|
||||
<refnamediv>
|
||||
<refname>oci_lob_copy</refname>
|
||||
|
@ -9,6 +9,8 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>oci_lob_copy</methodname>
|
||||
<methodparam><type>object</type><parameter>lob_to</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>lob_from</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ora-error">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ora_error</methodname>
|
||||
<methodparam><type>resource</type><parameter>cursor_or_connection</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>cursor_or_connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an error message of the form
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ora-errorcode">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>ora_errorcode</methodname>
|
||||
<methodparam><type>resource</type><parameter>cursor_or_connection</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>cursor_or_connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the numeric error code of the last executed statement on
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
|
||||
<refentry id="function.pg-fetch-result">
|
||||
<refnamediv>
|
||||
|
@ -14,6 +14,11 @@
|
|||
<methodparam><type>int</type><parameter>row</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>field</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>pg_fetch_result</methodname>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>field</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_fetch_result</function> returns values from a
|
||||
<parameter>result</parameter> resource returned by
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.74 -->
|
||||
<refentry id="function.pg-lo-read">
|
||||
<refnamediv>
|
||||
|
@ -11,12 +11,12 @@
|
|||
<methodsynopsis>
|
||||
<type>string</type><methodname>pg_lo_read</methodname>
|
||||
<methodparam><type>resource</type><parameter>large_object</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>len</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>len</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_lo_read</function> reads at most
|
||||
<parameter>len</parameter> bytes from a large object and returns
|
||||
it as a string. <parameter>large_object</parameter> specifies a
|
||||
<parameter>len</parameter> (defaults to 8192) bytes from a large object and
|
||||
returns it as a string. <parameter>large_object</parameter> specifies a
|
||||
valid large object resource and<parameter>len</parameter>
|
||||
specifies the maximum allowable size of the large object
|
||||
segment. It returns &false; if there is an error.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.pg-lo-write">
|
||||
<refnamediv>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<type>int</type><methodname>pg_lo_write</methodname>
|
||||
<methodparam><type>resource</type><parameter>large_object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>len</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_lo_write</function> writes at most to a large object
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/qtdom.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.qdom-tree">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>qdom_tree</methodname>
|
||||
<methodparam><type>string</type><parameter/></methodparam>
|
||||
<methodparam><type>string</type><parameter>doc</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.readline-completion-function">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>readline_completion_function</methodname>
|
||||
<methodparam><type>string</type><parameter>line</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>line</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function registers a completion function. You must supply
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.readline-read-history">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>readline_read_history</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function reads a command history from a file.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.readline-write-history">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>readline_write_history</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function writes the command history to a file.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.strtok">
|
||||
<refnamediv>
|
||||
|
@ -10,13 +10,13 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>strtok</methodname>
|
||||
<methodparam><type>string</type><parameter>arg1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>arg2</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>token</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>strtok</function> splits a string (<parameter>arg1</parameter>)
|
||||
<function>strtok</function> splits a string (<parameter>str</parameter>)
|
||||
into smaller strings (tokens), with each token being delimited by any
|
||||
character from <parameter>arg2</parameter>.
|
||||
character from <parameter>token</parameter>.
|
||||
That is, if you have a string like "This is an example string" you
|
||||
could tokenize this string into its individual words by using the
|
||||
space character as the token.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-columnprivileges">
|
||||
<refnamediv>
|
||||
|
@ -14,10 +14,10 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>odbc_columnprivileges</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>table_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>column_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>column_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Lists columns and associated privileges for the given table.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.odbc-exec">
|
||||
<refnamediv>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<type>resource</type><methodname>odbc_exec</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>query_string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &false; on error. Returns an ODBC
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-procedurecolumns">
|
||||
<refnamediv>
|
||||
|
@ -14,9 +14,9 @@
|
|||
<type>resource</type><methodname>odbc_procedurecolumns</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>proc</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>column</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>proc</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>column</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the list of input and output parameters, as well as the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-procedures">
|
||||
<refnamediv>
|
||||
|
@ -15,8 +15,8 @@
|
|||
<type>resource</type><methodname>odbc_procedures</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Lists all procedures in the requested range. Returns an ODBC
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-tableprivileges">
|
||||
<refnamediv>
|
||||
|
@ -13,9 +13,9 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>odbc_tableprivileges</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Lists tables in the requested range and the privileges associated
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/vpopmail.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.vpopmail-passwd">
|
||||
<refnamediv>
|
||||
|
@ -13,6 +13,7 @@
|
|||
<methodparam><type>string</type><parameter>user</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>domain</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>apop</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.xmlrpc-is-fault">
|
||||
<refnamediv>
|
||||
<refname>xmlrpc_is_fault</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>xmlrpc_is_fault</methodname>
|
||||
<void/>
|
||||
<methodparam><type>array</type><parameter>arg</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.xslt-set-log">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>xslt_set_log</methodname>
|
||||
<methodparam><type>resource</type><parameter>xh</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>log</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>log</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.yaz-set-option">
|
||||
<refnamediv>
|
||||
<refname>yaz_set_option</refname>
|
||||
|
@ -13,6 +13,11 @@
|
|||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>yaz_set_option</methodname>
|
||||
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sets option <parameter>name</parameter> to <parameter>value</parameter>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue