Fix methodsynopsis

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-06-15 15:53:14 +00:00
parent dc283a2faa
commit 75ecffb1cb
81 changed files with 490 additions and 224 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.apc-sma-info">
<refnamediv>
<refname>apc_sma_info</refname>
@ -11,9 +11,25 @@
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>apc_sma_info</methodname>
<void/>
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter></methodparam>
</methodsynopsis>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>limited</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.apd-set-pprof-trace">
<refnamediv>
<refname>apd_set_pprof_trace</refname>
@ -8,8 +8,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>apd_set_pprof_trace</methodname>
<type>string</type><methodname>apd_set_pprof_trace</methodname>
<methodparam choice="opt"><type>string</type><parameter>dump_directory</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>fragment</parameter></methodparam>
</methodsynopsis>
<para>
Starts debugging to <filename>pprof_{process_id}</filename> in the
@ -30,6 +31,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>fragment</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
@ -37,7 +45,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.void;
Returns path of the destination file.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.expect-expectl">
<refnamediv>
<refname>expect_expectl</refname>
@ -10,10 +10,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>expect_expectl</methodname>
<type>int</type><methodname>expect_expectl</methodname>
<methodparam><type>resource</type><parameter>expect</parameter></methodparam>
<methodparam><type>array</type><parameter>cases</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">match</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">match</parameter></methodparam>
</methodsynopsis>
<para>
Waits until the output from a process matches one of the patterns,

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.finfo-buffer">
<refnamediv>
@ -13,6 +13,7 @@
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
<classsynopsis>
<ooclass><classname>finfo</classname></ooclass>
@ -20,6 +21,7 @@
<type>string</type><methodname>buffer</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
@ -57,6 +59,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>context</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.gnupg-decryptverify">
<refnamediv>
<refname>gnupg_decryptverify</refname>
@ -12,7 +12,7 @@
<type>array</type><methodname>gnupg_decryptverify</methodname>
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>text</parameter></methodparam>
<methodparam role="reference"><type>string</type><parameter>plaintext</parameter></methodparam>
<methodparam><type>string</type><parameter role="reference">plaintext</parameter></methodparam>
</methodsynopsis>
<para>
Decrypts and verifies a given text and returns information about the

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.gnupg-verify">
<refnamediv>
<refname>gnupg_verify</refname>
@ -13,7 +13,7 @@
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
<methodparam><type>string</type><parameter>signed_text</parameter></methodparam>
<methodparam><type>string</type><parameter>signature</parameter></methodparam>
<methodparam choice="opt" role="reference"><type>string</type><parameter>plaintext</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">plaintext</parameter></methodparam>
</methodsynopsis>
<para>
Verifies the given <parameter>signed_text</parameter> and returns information about the

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpDeflateStream-factory">
<refnamediv>
@ -13,7 +13,7 @@
<type>HttpDeflateStream</type>
<methodname>HttpDeflateStream::factory</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags = 0</parameter></methodparam>
<methodparam choice="opt"><type>stringt</type><parameter>class_name = 'HttpDeflateStream'</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>class_name = 'HttpDeflateStream'</parameter></methodparam>
</methodsynopsis>
<para>
Creates a new HttpDeflateStream object instance.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpMessage-addHeaders">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>void</type><methodname>HttpMessage::addHeaders</methodname>
<methodparam choice="opt"><type>array</type><parameter>headers</parameter></methodparam>
<methodparam><type>array</type><parameter>headers</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>append = FALSE</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpMessage-guessContentType">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>string</type><methodname>HttpMessage::guessContentType</methodname>
<methodparam choice="opt"><type>string</type><parameter>magic_file</parameter></methodparam>
<methodparam><type>string</type><parameter>magic_file</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>magic_mode = MAGIC_MIME</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpMessage-prepend">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>void</type><methodname>HttpMessage::prepend</methodname>
<methodparam choice="opt"><type>HttpMessage</type><parameter>message</parameter></methodparam>
<methodparam><type>HttpMessage</type><parameter>message</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>top = TRUE</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpRequest-addPostFile">
<refnamediv>
@ -12,7 +12,7 @@
<modifier>public</modifier>
<type>bool</type><methodname>HttpRequest::addPostFile</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>file</parameter></methodparam>
<methodparam><type>string</type><parameter>file</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>content_type = 'application/x-octetstream'</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpRequest-setPostFields">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type><methodname>HttpRequest::setPostFields</methodname>
<methodparam choice="opt"><type>array</type><parameter>post_data</parameter></methodparam>
<methodparam><type>array</type><parameter>post_data</parameter></methodparam>
</methodsynopsis>
<para>
@ -31,7 +31,7 @@
<listitem>
<para>
an associative array containing the post fields;
if empty or omitted, the post data will be unset
if empty, the post data will be unset
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpRequest-setPostFiles">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type><methodname>HttpRequest::setPostFiles</methodname>
<methodparam choice="opt"><type>array</type><parameter>post_files</parameter></methodparam>
<methodparam><type>array</type><parameter>post_files</parameter></methodparam>
</methodsynopsis>
<para>
@ -31,7 +31,7 @@
<listitem>
<para>
an array containing the files to post;
if empty or omitted the post files will be unset
if empty, the post files will be unset
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpRequest-setQueryData">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type><methodname>HttpRequest::setQueryData</methodname>
<methodparam choice="opt"><type>mixed</type><parameter>query_data</parameter></methodparam>
<methodparam><type>mixed</type><parameter>query_data</parameter></methodparam>
</methodsynopsis>
<para>
@ -32,7 +32,7 @@
<para>
a string or associative array parameter containing the pre-encoded
query string or to be encoded query fields;
if empty or omitted, the query data will be unset
if empty, the query data will be unset
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpResponse-setCacheControl">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>static</modifier>
<type>bool</type><methodname>HttpResponse::setCacheControl</methodname>
<methodparam choice="opt"><type>string</type><parameter>control</parameter></methodparam>
<methodparam><type>string</type><parameter>control</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>max_age = 0</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>must_revalidate = TRUE</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.HttpResponse-setThrottleDelay">
<refnamediv>
@ -11,7 +11,7 @@
<methodsynopsis>
<modifier>static</modifier>
<type>bool</type><methodname>HttpResponse::setThrottleDelay</methodname>
<methodparam><type>double</type><parameter>seconds</parameter></methodparam>
<methodparam><type>float</type><parameter>seconds</parameter></methodparam>
</methodsynopsis>
<para>
Sets the throttle delay.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.db2-set-option">
<refnamediv>
<refname>db2_set_option</refname>
@ -8,17 +8,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<!-- All Functions have this -->
<type>bool</type><methodname>db2_set_option</methodname>
<!-- Required Parameter (First Param) -->
<methodparam><type>resource</type><parameter>resource</parameter></methodparam>
<!-- Required Parameter (Second Param) -->
<methodparam><type>array</type><parameter>options</parameter></methodparam>
<!-- Optional Parameter (Third Param) -->
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
<para>
Sets options for a statement resource or a connection resource. You

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-adaptiveresizeimage">
<refnamediv>
<refname>Imagick::adaptiveResizeImage</refname>
@ -10,8 +10,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::adaptiveResizeImage</methodname>
<methodparam><type>float</type><parameter>columns</parameter></methodparam>
<methodparam><type>float</type><parameter>rows</parameter></methodparam>
<methodparam><type>int</type><parameter>columns</parameter></methodparam>
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-colorfloodfillimage">
<refnamediv>
<refname>Imagick::colorFloodfillImage</refname>
@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>Imagick::colorFloodfillImage</methodname>
<methodparam><type>ImagickPixel</type><parameter>fill</parameter></methodparam>
<methodparam><type>double</type><parameter>fuzz</parameter></methodparam>
<methodparam><type>float</type><parameter>fuzz</parameter></methodparam>
<methodparam><type>ImagickPixel</type><parameter>bordercolor</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-combineimages">
<refnamediv>
<refname>Imagick::combineImages</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>Imagick</type><methodname>Imagick::combineImages</methodname>
<void/>
<methodparam><type>int</type><parameter>channelType</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -26,6 +26,15 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>channelType</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-compareimagechannels">
<refnamediv>
<refname>Imagick::compareImageChannels</refname>
@ -10,8 +10,9 @@
&reftitle.description;
<methodsynopsis>
<type>Imagick</type><methodname>Imagick::compareImageChannels</methodname>
<methodparam><type>int</type><parameter>metric</parameter></methodparam>
<methodparam><type>int</type><parameter>distortion</parameter></methodparam>
<methodparam><type>Imagick</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>channelType</parameter></methodparam>
<methodparam><type>int</type><parameter>metricType</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -25,7 +26,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>metric</parameter></term>
<term><parameter>image</parameter></term>
<listitem>
<para>
Its description
@ -33,13 +34,20 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>distortion</parameter></term>
<term><parameter>channelType</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>metricType</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-construct">
<refnamediv>
<refname>Imagick::__construct</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>Imagick</type><methodname>Imagick::__construct</methodname>
<void/>
<methodparam choice="opt"><type>mixed</type><parameter>files</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -23,10 +23,10 @@
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>image</parameter></term>
<term><parameter>files</parameter></term>
<listitem>
<para>
The path to an image to load
The path to an image to load or array of paths
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-cropimage">
<refnamediv>
<refname>Imagick::cropImage</refname>
@ -11,6 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>Imagick::cropImage</methodname>
<methodparam><type>int</type><parameter>width</parameter></methodparam>
<methodparam><type>int</type><parameter>height</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
</methodsynopsis>
@ -33,6 +34,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-fximage">
<refnamediv>
<refname>Imagick::fxImage</refname>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>Imagick</type><methodname>Imagick::fxImage</methodname>
<type>bool</type><methodname>Imagick::fxImage</methodname>
<methodparam><type>string</type><parameter>expression</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>channel</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-getimagechanneldepth">
<refnamediv>
<refname>Imagick::getImageChannelDepth</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>Imagick::getImageChannelDepth</methodname>
<void/>
<methodparam><type>int</type><parameter>channelType</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -19,12 +19,31 @@
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>expression</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-getimagecolormapcolor">
<refnamediv>
<refname>Imagick::getImageColormapColor</refname>
@ -11,7 +11,6 @@
<methodsynopsis>
<type>ImagickPixel</type><methodname>Imagick::getImageColormapColor</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>ImagickPixel</type><parameter>color</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -32,14 +31,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-getimagetotalinkdensity">
<refnamediv>
<refname>Imagick::getImageTotalInkDensity</refname>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::getImageTotalInkDensity</methodname>
<type>float</type><methodname>Imagick::getImageTotalInkDensity</methodname>
<void/>
</methodsynopsis>
&warn.undocumented.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-getresourcelimit">
<refnamediv>
<refname>Imagick::getResourceLimit</refname>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>Imagick</type><methodname>Imagick::getResourceLimit</methodname>
<type>int</type><methodname>Imagick::getResourceLimit</methodname>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-identifyimage">
<refnamediv>
<refname>Imagick::identifyImage</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>Imagick::identifyImage</methodname>
<methodparam><type>bool</type><parameter>appendRawOutput</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>appendRawOutput</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-normalizeimage">
<refnamediv>
<refname>Imagick::normalizeImage</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::normalizeImage</methodname>
<methodparam><type>int</type><parameter>channel</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>channel</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,24 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-painttransparentimage">
<refnamediv>
<refname>Imagick::paintTransparentImage</refname>
<refpurpose>Quickly pin-point appropriate parameters for image processing</refpurpose>
<refpurpose>Changes any pixel that matches color with the color defined by fill</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::paintTransparentImage</methodname>
<methodparam><type>int</type><parameter>preview</parameter></methodparam>
<methodparam><type>Imagick</type><parameter>targetObj</parameter></methodparam>
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
<methodparam><type>float</type><parameter>fuzz</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
<para>
Tiles 9 thumbnails of the specified image with an image processing
operation applied at varying strengths. This is helpful to quickly
pin-point an appropriate parameter for an image processing operation.
</para>
</refsect1>
<refsect1 role="parameters">
@ -26,10 +23,23 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>preview</parameter></term>
<term><parameter>targetObj</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>alpha</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>fuzz</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-pingimagefile">
<refnamediv>
<refname>Imagick::pingImageFile</refname>
@ -11,6 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>Imagick::pingImageFile</methodname>
<methodparam><type>resource</type><parameter>filehandle</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>fileName</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -32,6 +33,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>fileName</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>

View file

@ -0,0 +1,144 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.imagick-previewimages">
<refnamediv>
<refname>Imagick::previewImages</refname>
<refpurpose>Quickly pin-point appropriate parameters for image processing</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::previewImages</methodname>
<methodparam><type>int</type><parameter>preview</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
<para>
Tiles 9 thumbnails of the specified image with an image processing
operation applied at varying strengths. This is helpful to quickly
pin-point an appropriate parameter for an image processing operation.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>preview</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&imagick.return.success;
</para>
</refsect1>
<!-- Use when ERRORS exist
<refsect1 role="errors">
&reftitle.errors;
<para>
When does this function throw E_* level errors, or exceptions?
</para>
</refsect1>
-->
<!-- Use when a CHANGELOG exists
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>Enter the PHP version of change here</entry>
<entry>Description of change</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
-->
<!-- Use when examples exist
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title>A <function>Imagick::previewImages</function> example</title>
<para>
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example> tag, not out
</para>
<programlisting role="php">
<![CDATA[
<?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function></function></member>
<member>Or <link linkend="somethingelse">something else</link></member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- 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
-->

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-queryformats">
<refnamediv>
<refname>Imagick::queryFormats</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>Imagick::queryFormats</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>pattern</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-readimagefile">
<refnamediv>
<refname>Imagick::readImageFile</refname>
@ -11,6 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>Imagick::readImageFile</methodname>
<methodparam><type>resource</type><parameter>filehandle</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>fileName</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -31,6 +32,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>fileName</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-resizeimage">
<refnamediv>
<refname>Imagick::resizeImage</refname>
@ -10,8 +10,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::resizeImage</methodname>
<methodparam><type>int</type><parameter>columns</parameter></methodparam>
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
<methodparam><type>float</type><parameter>columns</parameter></methodparam>
<methodparam><type>float</type><parameter>rows</parameter></methodparam>
<methodparam><type>int</type><parameter>filter</parameter></methodparam>
<methodparam><type>float</type><parameter>blur</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-setcompression">
<refnamediv>
<refname>Imagick::setCompression</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::setCompression</methodname>
<methodparam><type>COMPRESSIONTYPE</type><parameter>compression</parameter></methodparam>
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-setimageresolution">
<refnamediv>
<refname>Imagick::setImageResolution</refname>
@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>Imagick::setImageResolution</methodname>
<methodparam><type>float</type><parameter>x_resolution</parameter></methodparam>
<methodparam><type>const</type><parameter>float</parameter></methodparam>
<methodparam><type>float</type><parameter>y_resolution</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -33,7 +33,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>float</parameter></term>
<term><parameter>y_resolution</parameter></term>
<listitem>
<para>
Its description

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-setinterlacescheme">
<refnamediv>
<refname>Imagick::setInterlaceScheme</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::setInterlaceScheme</methodname>
<methodparam><type>INTERLACETYPE</type><parameter>interlace_scheme</parameter></methodparam>
<methodparam><type>int</type><parameter>interlace_scheme</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-setresourcelimit">
<refnamediv>
<refname>Imagick::setResourceLimit</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::setResourceLimit</methodname>
<methodparam><type>RESOURCETYPE</type><parameter>type</parameter></methodparam>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
<methodparam><type>int</type><parameter>limit</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-settype">
<refnamediv>
<refname>Imagick::setType</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::setType</methodname>
<methodparam><type>IMAGETYPE</type><parameter>image_type</parameter></methodparam>
<methodparam><type>int</type><parameter>image_type</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-solarizeimage">
<refnamediv>
<refname>Imagick::solarizeImage</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::solarizeImage</methodname>
<methodparam><type>float</type><parameter>threshold</parameter></methodparam>
<methodparam><type>int</type><parameter>threshold</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-trimimage">
<refnamediv>
<refname>Imagick::trimImage</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::trimImage</methodname>
<methodparam><type>double</type><parameter>fuzz</parameter></methodparam>
<methodparam><type>float</type><parameter>fuzz</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagick-writeimage">
<refnamediv>
<refname>Imagick::writeImage</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Imagick::writeImage</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagickdraw-settextantialias">
<refnamediv>
<refname>ImagickDraw::setTextAntialias</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>ImagickDraw::setTextAntialias</methodname>
<void/>
<methodparam><type>bool</type><parameter>antiAlias</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;
@ -22,9 +22,18 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>antiAlias</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagickdraw-setviewbox">
<refnamediv>
<refname>ImagickDraw::setViewbox</refname>
@ -10,10 +10,10 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>ImagickDraw::setViewbox</methodname>
<methodparam><type>float</type><parameter>x1</parameter></methodparam>
<methodparam><type>float</type><parameter>y1</parameter></methodparam>
<methodparam><type>float</type><parameter>x2</parameter></methodparam>
<methodparam><type>float</type><parameter>y2</parameter></methodparam>
<methodparam><type>int</type><parameter>x1</parameter></methodparam>
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
<methodparam><type>int</type><parameter>y2</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.imagickpixel-construct">
<refnamediv>
<refname>ImagickPixel::__construct</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>ImagickPixel</type><methodname>ImagickPixel::__construct</methodname>
<methodparam><type>string</type><parameter>color</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>color</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.imagickpixel-getcolor">
<refnamediv>
<refname>ImagickPixel::getColor</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>array</type><methodname>ImagickPixel::getColor</methodname>
<methodparam><type>bool</type><parameter>normalized</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>normalized</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
&warn.experimental.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry id="function.getopt">
<refnamediv>
<refname>getopt</refname>
@ -11,6 +11,7 @@
<methodsynopsis>
<type>array</type><methodname>getopt</methodname>
<methodparam><type>string</type><parameter>options</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>longopts</parameter></methodparam>
</methodsynopsis>
<para>
Returns an associative array of option / argument pairs based on the
@ -37,6 +38,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>longopts</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
<refentry id="function.mb-encode-mimeheader">
<refnamediv>
@ -14,7 +14,7 @@
<methodparam choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>transfer_encoding</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>linefeed</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>indent</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>indent</parameter></methodparam>
</methodsynopsis>
<para>
<function>mb_encode_mimeheader</function> encodes a given string

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.swfmovie.streammp3">
<refnamediv>
<refname>SWFMovie->streamMP3()</refname>
@ -10,7 +10,7 @@
<classsynopsis>
<ooclass><classname>SWFMovie</classname></ooclass>
<methodsynopsis>
<type>void</type><methodname>streamMP3</methodname>
<type>int</type><methodname>streamMP3</methodname>
<methodparam><type>mixed</type><parameter>mp3file</parameter></methodparam>
<methodparam choice="opt"><type>float</type><parameter>skip</parameter></methodparam>
</methodsynopsis>
@ -58,7 +58,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.void;
Return number of frames.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.msession-create">
<refnamediv>
<refname>msession_create</refname>
@ -10,6 +10,8 @@
<methodsynopsis>
<type>bool</type><methodname>msession_create</methodname>
<methodparam><type>string</type><parameter>session</parameter></methodparam>
<methodparam><type>string</type><parameter>classname</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.msession-uniq">
<refnamediv>
<refname>msession_uniq</refname>
@ -10,6 +10,8 @@
<methodsynopsis>
<type>string</type><methodname>msession_uniq</methodname>
<methodparam><type>int</type><parameter>param</parameter></methodparam>
<methodparam><type>string</type><parameter>classname</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry id="function.muscat-setup-net">
<refnamediv>
<refname>muscat_setup_net</refname>
@ -10,8 +10,7 @@
&reftitle.description;
<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>
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
@ -24,18 +23,10 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>muscat_host</parameter></term>
<term><parameter>socket</parameter></term>
<listitem>
<para>
The host name to connect to
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>port</parameter></term>
<listitem>
<para>
The port number to connect to
Socket handle
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.mysqli-stmt-attr-set">
<refnamediv>
<refname>mysqli_stmt_attr_set</refname>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>mysqli_stmt_attr_set</methodname>
<type>bool</type><methodname>mysqli_stmt_attr_set</methodname>
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="function.oci-internal-debug">
<refnamediv>
<refname>oci_internal_debug</refname>
@ -10,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>oci_internal_debug</methodname>
<methodparam><type>int</type><parameter>onoff</parameter></methodparam>
<methodparam><type>bool</type><parameter>onoff</parameter></methodparam>
</methodsynopsis>
<para>
Enables or disables internal debug output.
@ -25,7 +25,7 @@
<term><parameter>onoff</parameter></term>
<listitem>
<para>
Set this to 0 to turn debug output off or 1 to turn it on.
Set this to &false; to turn debug output off or &true; to turn it on.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.oci-set-prefetch">
<refnamediv>
<refname>oci_set_prefetch</refname>
@ -11,7 +11,7 @@
<methodsynopsis>
<type>bool</type><methodname>oci_set_prefetch</methodname>
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>rows</parameter></methodparam>
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
</methodsynopsis>
<para>
Sets the number of rows to be prefetched after successful call to
@ -34,7 +34,6 @@
<term><parameter>rows</parameter></term>
<listitem>
<para>
The default value for <parameter>rows</parameter> is 1.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.openssl-csr-get-public-key">
<refnamediv>
<refname>openssl_csr_get_public_key</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>openssl_csr_get_public_key</methodname>
<type>resource</type><methodname>openssl_csr_get_public_key</methodname>
<methodparam><type>mixed</type><parameter>csr</parameter></methodparam>
<methodparam><type>bool</type><parameter>use_shortnames</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>use_shortnames</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.openssl-csr-get-subject">
<refnamediv>
<refname>openssl_csr_get_subject</refname>
@ -9,9 +9,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>openssl_csr_get_subject</methodname>
<type>array</type><methodname>openssl_csr_get_subject</methodname>
<methodparam><type>mixed</type><parameter>csr</parameter></methodparam>
<methodparam><type>bool</type><parameter>use_shortnames</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>use_shortnames</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.openssl-pkey-get-details">
<refnamediv>
<refname>openssl_pkey_get_details</refname>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>openssl_pkey_get_details</methodname>
<type>array</type><methodname>openssl_pkey_get_details</methodname>
<methodparam><type>resource</type><parameter>key</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="function.pdf-close-image">
<refnamediv>
<refname>PDF_close_image</refname>
@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>PDF_close_image</methodname>
<type>bool</type><methodname>PDF_close_image</methodname>
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
<methodparam><type>int</type><parameter>image</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.pdf-open-pdi">
<refnamediv>
<refname>PDF_open_pdi</refname>
@ -12,6 +12,7 @@
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
<methodparam><type>int</type><parameter>len</parameter></methodparam>
</methodsynopsis>
<para>
Opens a disk-based or virtual PDF document and prepares it for later use.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.pdf-pcos-get-number">
<refnamediv>
<refname>PDF_pcos_get_number</refname>
@ -8,9 +8,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>double</type><methodname>PDF_pcos_get_number</methodname>
<type>float</type><methodname>PDF_pcos_get_number</methodname>
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
<methodparam><type>long</type><parameter>doc</parameter></methodparam>
<methodparam><type>int</type><parameter>doc</parameter></methodparam>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.pdf-pcos-get-stream">
<refnamediv>
<refname>PDF_pcos_get_stream</refname>
@ -10,7 +10,7 @@
<methodsynopsis>
<type>string</type><methodname>PDF_pcos_get_stream</methodname>
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
<methodparam><type>long</type><parameter>doc</parameter></methodparam>
<methodparam><type>int</type><parameter>doc</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.pdf-pcos-get-string">
<refnamediv>
<refname>PDF_pcos_get_string</refname>
@ -10,7 +10,7 @@
<methodsynopsis>
<type>string</type><methodname>PDF_pcos_get_string</methodname>
<methodparam><type>resource</type><parameter>p</parameter></methodparam>
<methodparam><type>long</type><parameter>doc</parameter></methodparam>
<methodparam><type>int</type><parameter>doc</parameter></methodparam>
<methodparam><type>string</type><parameter>path</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry id="function.PDOStatement-fetchAll">
<refnamediv>
<refname>PDOStatement->fetchAll()</refname>
@ -15,6 +15,7 @@
<type>array</type><methodname>fetchAll</methodname>
<methodparam choice="opt"><type>int</type><parameter>fetch_style</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>column_index</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
@ -60,6 +61,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ctor_args</parameter></term>
<listitem>
<para>
Arguments of custom class constructor.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.pg-field-table">
<refnamediv>
<refname>pg_field_table</refname>
@ -12,7 +12,7 @@
<type>mixed</type><methodname>pg_field_table</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
<methodparam><type>bool</type><parameter>oid_only</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>oid_only</parameter></methodparam>
</methodsynopsis>
<para>
<function>pg_field_table</function> returns the name of the table that field

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.phar-isbuffering">
<refnamediv>
<refname>Phar-&gt;isBuffering</refname>
@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>Phar-&gt;isBuffering</methodname>
<type>bool</type><methodname>Phar-&gt;isBuffering</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.phar-loadphar">
<refnamediv>
<refname>Phar::loadPhar</refname>
@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Phar::loadPhar</methodname>
<type>mixed</type><methodname>Phar::loadPhar</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.phar-mapphar">
<refnamediv>
<refname>Phar::mapPhar</refname>
@ -8,8 +8,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>Phar::mapPhar</methodname>
<type>mixed</type><methodname>Phar::mapPhar</methodname>
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>dataoffset</parameter></methodparam>
</methodsynopsis>
<para>
@ -31,6 +32,13 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dataoffset</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.phar-setmetadata">
<refnamediv>
<refname>Phar-&gt;setMetaData</refname>
@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>Phar-&gt;setMetaData</methodname>
<type>void</type><methodname>Phar-&gt;setMetaData</methodname>
<methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.pharfileinfo-setmetadata">
<refnamediv>
<refname>PharFileInfo-&gt;setMetaData</refname>
@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>PharFileInfo-&gt;setMetaData</methodname>
<type>void</type><methodname>PharFileInfo-&gt;setMetaData</methodname>
<methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-DAS-XML-create">
<refnamediv>
@ -12,7 +12,8 @@
&reftitle.description;
<methodsynopsis>
<type>SDO_DAS_XML</type><methodname>SDO_DAS_XML::create</methodname>
<methodparam choice="opt"><type>string</type><parameter>xsd_file</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>xsd_file</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>key</parameter></methodparam>
</methodsynopsis>
<para>
@ -34,6 +35,16 @@
Path to XSD Schema file. This is optional. If omitted a DAS will be created
that only has the SDO base types defined. Schema files can then be loaded
with the <function>addTypes</function> method.
Can be string or array of values.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<parameter>key</parameter>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-DAS-XML-createDocument">
<refnamediv>
@ -18,6 +18,7 @@
<type>SDO_DAS_XML_Document</type><methodname>SDO_DAS_XML::createDocument</methodname>
<methodparam><type>string</type><parameter>document_element_namespace_URI</parameter></methodparam>
<methodparam><type>string</type><parameter>document_element_name</parameter></methodparam>
<methodparam choice="opt"><type>SDO_DataObject</type><parameter>dataobject</parameter></methodparam>
</methodsynopsis>
<para>
@ -69,6 +70,15 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<parameter>dataobject</parameter>
</term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.iterator-to-array">
<refnamediv>
<refname>iterator_to_array</refname>
@ -10,6 +10,7 @@
<methodsynopsis>
<type>array</type><methodname>iterator_to_array</methodname>
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>use_keys</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.stream-socket-shutdown">
<refnamediv>
<refname>stream_socket_shutdown</refname>
@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>stream_socket_shutdown</methodname>
<type>bool</type><methodname>stream_socket_shutdown</methodname>
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
<methodparam><type>int</type><parameter>how</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.swf-closefile">
<refnamediv>
<refname>swf_closefile</refname>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>swf_closefile</methodname>
<type>void</type><methodname>swf_closefile</methodname>
<methodparam choice="opt"><type>int</type><parameter>return_file</parameter></methodparam>
</methodsynopsis>
<para>
@ -35,14 +35,6 @@
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
If <parameter>return_file</parameter> is provided returns the SWF
contents, otherwise returns &null;.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.win32-create-service">
<refnamediv>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>win32_create_service</methodname>
<type>mixed</type><methodname>win32_create_service</methodname>
<methodparam><type>array</type><parameter>details</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>machine</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.win32-start-service-ctrl-dispatcher">
<refnamediv>
@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>win32_start_service_ctrl_dispatcher</methodname>
<type>mixed</type><methodname>win32_start_service_ctrl_dispatcher</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
@ -49,7 +49,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
Returns &true; on success, otherwise &false; or a win32 error code.
</para>
</refsect1>
<refsect1 role="examples">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="function.yaz-hits">
<refnamediv>
<refname>yaz_hits</refname>
@ -10,7 +10,7 @@
<methodsynopsis>
<type>int</type><methodname>yaz_hits</methodname>
<methodparam><type>resource</type><parameter>id</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>searchresult</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">searchresult</parameter></methodparam>
</methodsynopsis>
<para>
<function>yaz_hits</function> returns the number of hits for the last

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/zip.xml, last change in rev 1.11 -->
<refentry id="function.zip-read">
<refnamediv>
@ -11,7 +11,6 @@
<methodsynopsis>
<type>mixed</type><methodname>zip_read</methodname>
<methodparam><type>resource</type><parameter>zip</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
<para>
Reads the next entry in a zip file archive.
@ -29,14 +28,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>flags</parameter></term>
<listitem>
<para>
Bitmask of <link linkend="zip.constants">ZIP constants</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>