mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
82584d1648
commit
201dc3748c
113 changed files with 167 additions and 206 deletions
|
@ -33,8 +33,7 @@
|
|||
<term><parameter>num_req</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies how many entries you want to pick - if not specified,
|
||||
defaults to 1.
|
||||
Specifies how many entries you want to pick.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<para>
|
||||
Specifies the blocksize used during compression and should be a number
|
||||
from 1 to 9 with 9 giving the best compression, but using more
|
||||
resources to do so. <parameter>blocksize</parameter> defaults to 4.
|
||||
resources to do so.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<term><parameter>autoload</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether or not to call &link.autoload; by default. Defaults to &true;.
|
||||
Whether or not to call &link.autoload; by default.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
String in a format accepted by <function>strtotime</function>, defaults
|
||||
to "now".
|
||||
String in a format accepted by <function>strtotime</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>DateInterval</type><methodname>DateTime::diff</methodname>
|
||||
<methodparam><type>DateTime</type><parameter>datetime</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>absolute</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>absolute</parameter><initializer>false</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns the difference between two DateTime objects.
|
||||
|
@ -35,7 +35,7 @@
|
|||
<term><parameter>absolute</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to return absolute difference. Defaults to &false;.
|
||||
Whether to return absolute difference.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
<term><parameter>what</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
One of <classname>DateTimeZone</classname> class constants, defaults to
|
||||
<constant>DateTimeZone::ALL</constant>.
|
||||
One of <classname>DateTimeZone</classname> class constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
String in a format accepted by <function>strtotime</function>, defaults
|
||||
to "now".
|
||||
String in a format accepted by <function>strtotime</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<term><parameter>provide_object</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether or not to populate the "object" index. Defaults to &true;.
|
||||
Whether or not to populate the "object" index.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>fbsql_connect</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>hostname</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>hostname</parameter><initializer>ini_get("fbsql.default_host")</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>username</parameter><initializer>ini_get("fbsql.default_user")</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter><initializer>ini_get("fbsql.default_password")</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>fbsql_connect</function> establishes a connection to a
|
||||
|
@ -39,7 +39,7 @@
|
|||
<term><parameter>hostname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The server host name. Defaults to '&null;'.
|
||||
The server host name.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -47,8 +47,7 @@
|
|||
<term><parameter>username</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The user name for the connection. Defaults to
|
||||
<literal>_SYSTEM</literal>.
|
||||
The user name for the connection.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -56,7 +55,7 @@
|
|||
<term><parameter>password</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The password for the connection. Defaults to the empty string.
|
||||
The password for the connection.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>fbsql_pconnect</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>hostname</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>hostname</parameter><initializer>ini_get("fbsql.default_host")</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>username</parameter><initializer>ini_get("fbsql.default_user")</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter><initializer>ini_get("fbsql.default_password")</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Establishes a persistent connection to a FrontBase server.
|
||||
|
@ -48,7 +48,7 @@
|
|||
<term><parameter>hostname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The server host name. Defaults to <literal>localhost</literal>.
|
||||
The server host name.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -56,8 +56,7 @@
|
|||
<term><parameter>username</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The user name for the connection. Defaults to
|
||||
<literal>_SYSTEM</literal>.
|
||||
The user name for the connection.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -65,7 +64,7 @@
|
|||
<term><parameter>password</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The password for the connection. Defaults to the empty string.
|
||||
The password for the connection.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<term><parameter>clear_realpath_cache</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whenever to clear realpath cache or not (defaults to &false;).
|
||||
Whenever to clear realpath cache or not.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
<type>array</type><methodname>fgetcsv</methodname>
|
||||
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>enclosure</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>escape</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>','</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>enclosure</parameter><initializer>'"'</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>escape</parameter><initializer>'\\'</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Similar to <function>fgets</function> except that
|
||||
|
@ -54,7 +54,7 @@
|
|||
<term><parameter>delimiter</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set the field delimiter (one character only). Defaults as a comma.
|
||||
Set the field delimiter (one character only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -62,8 +62,7 @@
|
|||
<term><parameter>enclosure</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set the field enclosure character (one character only). Defaults as a
|
||||
double quotation mark.
|
||||
Set the field enclosure character (one character only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -71,8 +70,7 @@
|
|||
<term><parameter>escape</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set the escape character (one character only). Defaults as a backslash
|
||||
(<literal>\</literal>)
|
||||
Set the escape character (one character only). Defaults as a backslash.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<type>int</type><methodname>fputcsv</methodname>
|
||||
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>fields</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>enclosure</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>delimiter</parameter><initializer>','</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>enclosure</parameter><initializer>'"'</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>fputcsv</function> formats a line (passed as a
|
||||
|
@ -45,7 +45,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The optional <parameter>delimiter</parameter> parameter sets the field
|
||||
delimiter (one character only). Defaults as a comma: <literal>,</literal>.
|
||||
delimiter (one character only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -54,8 +54,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The optional <parameter>enclosure</parameter> parameter sets the field
|
||||
enclosure (one character only) and defaults to a double quotation mark:
|
||||
<literal>"</literal>.
|
||||
enclosure (one character only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<term><parameter>filter</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Filter to apply. Defaults to <constant>FILTER_DEFAULT</constant>.
|
||||
Filter to apply.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
ID of a filter to use (see the <xref linkend="filter.filters" /> manual page).
|
||||
Defaults to <constant>FILTER_DEFAULT</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode.
|
||||
To apply to more than one channel, combine channeltype constants using bitwise
|
||||
operators. Defaults to Gmagick::CHANNEL_ALL. Refer to this list of <link
|
||||
operators. Refer to this list of <link
|
||||
linkend="gmagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<term><parameter>base</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The base. Defaults to 0.
|
||||
The base.
|
||||
</para>
|
||||
<para>
|
||||
The base may vary from 2 to 36. If base is 0 (default value), the
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<term><parameter>limiter</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The limiter. Defaults to 20.
|
||||
The limiter.
|
||||
</para>
|
||||
&gmp.parameter;
|
||||
</listitem>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<term><parameter>deferred</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not load data immediately. Defaults to &false;.
|
||||
Do not load data immediately.
|
||||
You can set <parameter>deferred</parameter> parameter to &true; for
|
||||
deferred data loading, in this case only size and color are loaded
|
||||
immediately.
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, the glyph data of the font is embedded into the PDF
|
||||
file, otherwise only the matrix data is included. Defaults to &false;.
|
||||
file, otherwise only the matrix data is included.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
When set to &true;, the glyph data of the font is embedded into the PDF
|
||||
file, otherwise only the matrix data is included. Defaults to &false;.
|
||||
file, otherwise only the matrix data is included.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<para>
|
||||
When this parameter is set to &true; the function "emulates" word
|
||||
wrapping and doesn't include the part of the current word if reached
|
||||
the end of the area. Defaults to &false;.
|
||||
the end of the area.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<para>
|
||||
When this parameter is set to &true; the function "emulates" word
|
||||
wrapping and doesn't include the part of the current word if reached
|
||||
the end of the area. Defaults to &false;.
|
||||
the end of the area.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<term><parameter>close_path</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Closes the current path if set to &true;. Defaults to &false;.
|
||||
Closes the current path if set to &true;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -66,8 +66,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
list of <link
|
||||
bitwise operators. Refer to this list of <link
|
||||
linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The pattern for profile names. Defaults to "*"
|
||||
The pattern for profile names.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<term><parameter>pattern</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The pattern for property names. Defaults to "*"
|
||||
The pattern for property names.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_DEFAULT</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
The channel argument affects only if Imagick is compiled against ImageMagick version
|
||||
6.4.4 or greater.
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>Imagick::normalizeImage</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>channel</parameter><initializer>Imagick::CHANNEL_ALL</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<para>
|
||||
Provide any channel constant that is valid for your channel mode. To
|
||||
apply to more than one channel, combine channeltype constants using
|
||||
bitwise operators. Defaults to <constant>Imagick::CHANNEL_ALL</constant>. Refer to this
|
||||
bitwise operators. Refer to this
|
||||
list of <link linkend="imagick.constants.channel">channel constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<term><parameter>bestfit</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional fit parameter. Defaults to false.
|
||||
Optional fit parameter.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
To generate a custom credits page, you may want to use the
|
||||
<parameter>flag</parameter> parameter. <parameter>flag</parameter> is
|
||||
optional, and it defaults to <constant>CREDITS_ALL</constant>.
|
||||
<parameter>flag</parameter> parameter.
|
||||
</para>
|
||||
<para>
|
||||
<table>
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
<type>bool</type>
|
||||
<methodname>Normalizer::isNormalized</methodname>
|
||||
<methodparam><type>string</type><parameter>input</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>form</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>form</parameter><initializer>Normalizer::FORM_C</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Procedural style</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>normalizer_is_normalized</methodname>
|
||||
<methodparam><type>string</type><parameter>input</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>form</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>form</parameter><initializer>Normalizer::FORM_C</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Checks if the provided string is already in the specified normalization
|
||||
|
@ -47,8 +47,9 @@
|
|||
<varlistentry>
|
||||
<term><parameter>form</parameter></term>
|
||||
<listitem>
|
||||
<para>One of the normalization forms.
|
||||
Defaults to <constant>Normalizer::FORM_C</constant>.</para>
|
||||
<para>
|
||||
One of the normalization forms.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<constant>JSON_HEX_TAG</constant>,
|
||||
<constant>JSON_HEX_AMP</constant>,
|
||||
<constant>JSON_HEX_APOS</constant>,
|
||||
<constant>JSON_FORCE_OBJECT</constant>. Defaults to 0.
|
||||
<constant>JSON_FORCE_OBJECT</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<term><parameter>port</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The port to connect to. Not used when using URLs. Defaults to 389.
|
||||
The port to connect to. Not used when using URLs.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<term><parameter>use_errors</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to enable user error handling. Defaults to &false;.
|
||||
Whether to enable user error handling.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<term><parameter>precision</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The optional number of decimal digits to round to, defaults to 0
|
||||
The optional number of decimal digits to round to.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<term><parameter>option</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The search option. Defaults to 'ms'.
|
||||
The search option.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<term><parameter>option</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The search option. Defaults to 'ms'.
|
||||
The search option.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<term><parameter>option</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The search option. Defaults to 'ms'.
|
||||
The search option.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<term><parameter>option</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The search option. Defaults to 'ms'.
|
||||
The search option.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>Memcache::decrement</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>value</parameter><initializer>1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<term><parameter>value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Decrement the item by <parameter>value</parameter>. Optional and defaults to 1.
|
||||
Decrement the item by <parameter>value</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>int</type><methodname>Memcache::increment</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>value</parameter><initializer>1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<term><parameter>value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Increment the item by <parameter>value</parameter>. Optional and defaults to 1.
|
||||
Increment the item by <parameter>value</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>int</type><methodname>Memcached::decrement</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>Memcached::decrement</function> decrements a numeric item's value
|
||||
|
@ -40,7 +40,7 @@
|
|||
<term><parameter>offset</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The amount by which to decrement the item's value; defaults to 1.
|
||||
The amount by which to decrement the item's value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>Memcached::delete</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>time</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>time</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>Memcached::delete</function> deletes the
|
||||
|
@ -47,8 +47,7 @@
|
|||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The amount of time the server will wait to delete the item. Defaults to
|
||||
<literal>0</literal>.
|
||||
The amount of time the server will wait to delete the item.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<modifier>public</modifier> <type>bool</type><methodname>Memcached::deleteByKey</methodname>
|
||||
<methodparam><type>string</type><parameter>server_key</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>time</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>time</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>Memcached::deleteByKey</function> is functionally equivalent to
|
||||
|
@ -47,8 +47,7 @@
|
|||
<term><parameter>time</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The amount of time the server will wait to delete the item. Defaults to
|
||||
<literal>0</literal>.
|
||||
The amount of time the server will wait to delete the item.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>int</type><methodname>Memcached::increment</methodname>
|
||||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>Memcached::increment</function> increments a numeric item's value
|
||||
|
@ -39,7 +39,7 @@
|
|||
<term><parameter>offset</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The amount by which to increment the item's value; defaults to 1.
|
||||
The amount by which to increment the item's value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<term><parameter>short_format</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whenever to use short to use short format, defaults to &false;
|
||||
Whenever to use short to use short format.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,13 +12,13 @@
|
|||
<para>Object oriented style (method):</para>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>mysqli_result::fetch_all</methodname>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>mysqli_fetch_all</methodname>
|
||||
<methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_NUM</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mysqli_fetch_all</function> fetches all result rows and returns the result
|
||||
|
@ -39,7 +39,6 @@
|
|||
should be produced from the current row data. The possible values for
|
||||
this parameter are the constants <constant>MYSQLI_ASSOC</constant>,
|
||||
<constant>MYSQLI_NUM</constant>, or <constant>MYSQLI_BOTH</constant>.
|
||||
Defaults to <constant>MYSQLI_NUM</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,13 +12,13 @@
|
|||
<para>Object oriented style (method):</para>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>mysqli_result::fetch_array</methodname>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>mysqli_fetch_array</methodname>
|
||||
<methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>int</type><parameter>resulttype</parameter><initializer>MYSQLI_BOTH</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns an array that corresponds to the fetched row or &null; if there
|
||||
|
@ -55,7 +55,6 @@
|
|||
should be produced from the current row data. The possible values for
|
||||
this parameter are the constants <constant>MYSQLI_ASSOC</constant>,
|
||||
<constant>MYSQLI_NUM</constant>, or <constant>MYSQLI_BOTH</constant>.
|
||||
Defaults to <constant>MYSQLI_BOTH</constant>.
|
||||
</para>
|
||||
<para>
|
||||
By using the <constant>MYSQLI_ASSOC</constant> constant this function
|
||||
|
|
|
@ -75,8 +75,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
<parameter>flags</parameter> can be used to alter the output - see <link
|
||||
linkend="openssl.pkcs7.flags">PKCS7 constants</link> - if not specified,
|
||||
it defaults to PKCS7_DETACHED.
|
||||
linkend="openssl.pkcs7.flags">PKCS7 constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
<term><parameter>padding</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>padding</parameter> defaults to
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>, but can also be one of
|
||||
<parameter>padding</parameter> can be one of
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>,
|
||||
<constant>OPENSSL_SSLV23_PADDING</constant>,
|
||||
<constant>OPENSSL_PKCS1_OAEP_PADDING</constant>,
|
||||
<constant>OPENSSL_NO_PADDING</constant>.
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
<term><parameter>padding</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>padding</parameter> defaults to
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>, but can also be
|
||||
<parameter>padding</parameter> can be one of
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>,
|
||||
<constant>OPENSSL_NO_PADDING</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
<term><parameter>padding</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>padding</parameter> defaults to
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>, but can also be
|
||||
<parameter>padding</parameter> can be one of
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>,
|
||||
<constant>OPENSSL_NO_PADDING</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
<term><parameter>padding</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>padding</parameter> defaults to
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>, but can also be one of
|
||||
<parameter>padding</parameter> can be one of
|
||||
<constant>OPENSSL_PKCS1_PADDING</constant>,
|
||||
<constant>OPENSSL_SSLV23_PADDING</constant>,
|
||||
<constant>OPENSSL_PKCS1_OAEP_PADDING</constant>,
|
||||
<constant>OPENSSL_NO_PADDING</constant>.
|
||||
|
|
|
@ -55,8 +55,7 @@
|
|||
<term><parameter>signature_alg</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <constant>OPENSSL_ALGO_SHA1</constant>. For more
|
||||
information see the list of <link
|
||||
For more information see the list of <link
|
||||
linkend="openssl.signature-algos">Signature Algorithms</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>signature</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>pub_key_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>signature_alg</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>signature_alg</parameter><initializer>OPENSSL_ALGO_SHA1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>openssl_verify</function> verifies that the
|
||||
|
@ -53,8 +53,7 @@
|
|||
<term><parameter>signature_alg</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Defaults to <constant>OPENSSL_ALGO_SHA1</constant>. For more
|
||||
information see the list of <link
|
||||
For more information see the list of <link
|
||||
linkend="openssl.signature-algos">Signature Algorithms</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<type>int</type><methodname>openssl_x509_checkpurpose</methodname>
|
||||
<methodparam><type>mixed</type><parameter>x509cert</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>purpose</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>cainfo</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>cainfo</parameter><initializer>array()</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>untrustedfile</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<para>
|
||||
<parameter>cainfo</parameter> should be an array of trusted CA files/dirs
|
||||
as described in <link linkend="openssl.cert.verification">Certificate
|
||||
Verification</link>. It defaults to an empty array.
|
||||
Verification</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ob_implicit_flush</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flag</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flag</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ob_implicit_flush</function> will turn implicit flushing on or
|
||||
|
@ -29,7 +29,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
&true; to turn implicit flushing on, &false; otherwise.
|
||||
Defaults to &true;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Specifies whether system call restarting should be used when this
|
||||
signal arrives and defaults to &true;.
|
||||
signal arrives.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<type>bool</type><methodname>PDOStatement::bindParam</methodname>
|
||||
<methodparam><type>mixed</type><parameter>parameter</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">variable</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter><initializer>PDO::PARAM_STR</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>driver_options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -64,7 +64,6 @@
|
|||
<para>
|
||||
Explicit data type for the parameter using the PDO::PARAM_*
|
||||
constants.
|
||||
Defaults to <constant>PDO::PARAM_STR</constant>.
|
||||
To return an INOUT parameter from a stored procedure,
|
||||
use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits
|
||||
for the <parameter>data_type</parameter> parameter.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<type>bool</type><methodname>PDOStatement::bindValue</methodname>
|
||||
<methodparam><type>mixed</type><parameter>parameter</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter><initializer>PDO::PARAM_STR</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Binds a value to a corresponding named or question mark placeholder
|
||||
|
@ -51,7 +51,6 @@
|
|||
<para>
|
||||
Explicit data type for the parameter using the PDO::PARAM_*
|
||||
constants.
|
||||
Defaults to <constant>PDO::PARAM_STR</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>PDOStatement::fetchAll</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>fetch_style</parameter><initializer>PDO::FETCH_BOTH</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>column_index</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>column_index</parameter><initializer>0</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter><initializer>array()</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
@ -27,8 +27,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Controls the contents of the returned array as documented in
|
||||
<function>PDOStatement::fetch</function>. Defaults to
|
||||
<literal>PDO::FETCH_BOTH</literal>.
|
||||
<function>PDOStatement::fetch</function>.
|
||||
</para>
|
||||
<para>
|
||||
To return an array consisting of all values of a single column from
|
||||
|
@ -54,7 +53,7 @@
|
|||
<para>
|
||||
Returns the indicated 0-indexed column when the value of
|
||||
<parameter>fetch_style</parameter> is
|
||||
<literal>PDO::FETCH_COLUMN</literal>. Defaults to <literal>0</literal>.
|
||||
<literal>PDO::FETCH_COLUMN</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>PDOStatement::fetchObject</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter><initializer>"stdClass"</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
<term><parameter>class_name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name of the created class, defaults to <literal>stdClass</literal>.
|
||||
Name of the created class.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<type>object</type><methodname>pg_fetch_object</methodname>
|
||||
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>row</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>PGSQL_ASSOC</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>pg_fetch_object</methodname>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<term><parameter>result_type</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Ignored and deprecated. Defaults to <constant>PGSQL_ASSOC</constant>.
|
||||
Ignored and deprecated.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>string</type><methodname>pg_lo_read</methodname>
|
||||
<methodparam><type>resource</type><parameter>large_object</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>len</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>len</parameter><initializer>8192</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_lo_read</function> reads at most
|
||||
|
@ -46,7 +46,7 @@
|
|||
<term><parameter>len</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An optional maximum number of bytes to return. Defaults to 8192.
|
||||
An optional maximum number of bytes to return.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
An optional file access mode, same as for <function>fopen</function>.
|
||||
Defaults to "w".
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>Phar::webPhar</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>index</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>index</parameter><initializer>"index.php"</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>f404</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>mimetypes</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>rewrites</parameter></methodparam>
|
||||
|
@ -50,8 +50,7 @@
|
|||
<term><parameter>index</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The location within the phar of the directory index, defaults to
|
||||
<literal>index.php</literal>.
|
||||
The location within the phar of the directory index.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -37,8 +37,7 @@
|
|||
<para>
|
||||
A mask consisting of one or more of <constant>POSIX_F_OK</constant>,
|
||||
<constant>POSIX_R_OK</constant>, <constant>POSIX_W_OK</constant> and
|
||||
<constant>POSIX_X_OK</constant>. Defaults to
|
||||
<constant>POSIX_F_OK</constant>.
|
||||
<constant>POSIX_X_OK</constant>.
|
||||
</para>
|
||||
<para>
|
||||
<constant>POSIX_R_OK</constant>, <constant>POSIX_W_OK</constant> and
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<term><parameter>minor</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The minor device kernel identifier (defaults to 0).
|
||||
The minor device kernel identifier.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>int</type><parameter role="reference">msgtype</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>maxsize</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter role="reference">message</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>unserialize</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>unserialize</parameter><initializer>true</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter role="reference">errorcode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -87,7 +87,7 @@
|
|||
<term><parameter>unserialize</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<parameter>unserialize</parameter> defaults to &true;; if it is set to
|
||||
If set to
|
||||
&true;, the message is treated as though it was serialized using the
|
||||
same mechanism as the session module. The message will be unserialized
|
||||
and then returned to your script. This allows you to easily receive
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
<methodsynopsis>
|
||||
<type>resource</type><methodname>sem_get</methodname>
|
||||
<methodparam><type>int</type><parameter>key</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>max_acquire</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>perm</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>max_acquire</parameter><initializer>1</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>perm</parameter><initializer>0666</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>auto_release</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The number of processes that can acquire the semaphore simultaneously
|
||||
is set to <parameter>max_acquire</parameter> (defaults to 1).
|
||||
is set to <parameter>max_acquire</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<term><parameter>perm</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The semaphore permissions. Defaults to 0666. Actually this value is
|
||||
The semaphore permissions. Actually this value is
|
||||
set only if the process finds it is the only process currently
|
||||
attached to the semaphore.
|
||||
</para>
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
<term><parameter>delete_old_session</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to delete the old associated session file or not. Defaults to
|
||||
&false;.
|
||||
Whether to delete the old associated session file or not.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If set to &true;, matching documents are excluded from the result set.
|
||||
Defaults to &false;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If set to &true;, matching documents are excluded from the result set.
|
||||
Defaults to &false;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>string</type><parameter>attribute</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>min</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>max</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>exclude</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>exclude</parameter><initializer>false</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Adds new integer range filter to the existing list of filters.
|
||||
|
@ -59,7 +59,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
If set to &true;, matching documents are excluded from the result set.
|
||||
Defaults to &false;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<modifier>public</modifier> <type>bool</type><methodname>SphinxClient::setGroupBy</methodname>
|
||||
<methodparam><type>string</type><parameter>attribute</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>func</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>groupsort</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>groupsort</parameter><initializer>"@group desc"</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sets grouping attribute, function, and group sorting mode, and enables
|
||||
|
@ -53,7 +53,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
An optional clause controlling how the groups are sorted.
|
||||
Defaults to "@group desc".
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<para>
|
||||
Whether to allow this function to load the class automatically through
|
||||
the <link linkend="language.oop5.autoload">__autoload</link> magic
|
||||
method. Defaults to &true;.
|
||||
method.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<para>
|
||||
Whether to allow this function to load the class automatically through
|
||||
the <link linkend="language.oop5.autoload">__autoload</link> magic
|
||||
method. Defaults to &true;.
|
||||
method.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
<methodparam choice="opt"><type>string</type><parameter>max_depth</parameter><initializer>-1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set the maximum allowed depth. Defaults to <literal>-1</literal>,
|
||||
which is any depth.
|
||||
Set the maximum allowed depth.
|
||||
</para>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<constructorsynopsis>
|
||||
<modifier>public</modifier> <methodname>SplFixedArray::__construct</methodname>
|
||||
<methodparam><type>int</type><parameter>size</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>size</parameter><initializer>0</initializer></methodparam>
|
||||
</constructorsynopsis>
|
||||
<para>
|
||||
Constructs a new empty fixed array.
|
||||
|
@ -25,7 +25,7 @@
|
|||
<term><parameter>size</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The size of the fixed array, defaults to 0.
|
||||
The size of the fixed array.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <modifier>static</modifier> <type>SplFixedArray</type><methodname>SplFixedArray::fromArray</methodname>
|
||||
<methodparam><type>array</type><parameter>array</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>boolean</type><parameter>save_indexes</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>boolean</type><parameter>save_indexes</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Import the PHP array <parameter>array</parameter>
|
||||
|
@ -36,7 +36,6 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Try to save the numeric indexes used in the original array.
|
||||
Defaults to &true;.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>SplObjectStorage::attach</methodname>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>data</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>data</parameter><initializer>null</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Adds an <type>object</type> inside the storage, and optionaly associate it to some data.
|
||||
|
@ -35,7 +35,7 @@
|
|||
<term><parameter>data</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The data to associate with the <type>object</type>. Defaults to &null;.
|
||||
The data to associate with the <type>object</type>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -31,8 +31,7 @@
|
|||
<para>
|
||||
Controls how the next row will be returned to the caller. This value
|
||||
must be one of either <literal>SQLITE3_ASSOC</literal>,
|
||||
<literal>SQLITE3_NUM</literal>, or <literal>SQLITE3_BOTH</literal>. It
|
||||
defaults to <literal>SQLITE3_BOTH</literal>.
|
||||
<literal>SQLITE3_NUM</literal>, or <literal>SQLITE3_BOTH</literal>.
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
<constant>SSH2_FINGERPRINT_SHA1</constant> logically ORed with
|
||||
<constant>SSH2_FINGERPRINT_HEX</constant> or
|
||||
<constant>SSH2_FINGERPRINT_RAW</constant>.
|
||||
Defaults to <constant>SSH2_FINGERPRINT_MD5</constant> |
|
||||
<constant>SSH2_FINGERPRINT_HEX</constant>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
<parameter>term_type</parameter> should correspond to one of the
|
||||
entries in the target system's <literal>/etc/termcap</literal> file
|
||||
and defaults to <literal>vanilla</literal>.
|
||||
entries in the target system's <literal>/etc/termcap</literal> file.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue