2010-01-15 09:57:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
2009-02-21 16:40:45 +00:00
<!-- $Revision$ -->
2004-06-16 11:11:20 +00:00
<!-- Keep 'em sorted -->
2009-11-09 15:58:06 +00:00
<!ENTITY changelog.randomseed '<row xmlns="http://docbook.org/ns/docbook"><entry>4.2.0</entry><entry>The random
2009-05-10 17:55:00 +00:00
number generator is seeded automatically.</entry></row>'>
2004-06-16 11:11:20 +00:00
2010-06-29 19:21:07 +00:00
<!ENTITY installation.enabled.disable 'This extension is enabled by default. It may be disabled by using the following option at compile time: '>
2004-06-16 11:11:20 +00:00
<!-- Notes -->
2010-01-07 10:48:35 +00:00
<!ENTITY note.regex.deprecated '<note xmlns="http://docbook.org/ns/docbook"><para>As of PHP 5.3.0, the
2009-09-05 00:50:21 +00:00
regex extension is deprecated in favor of the
2009-09-05 07:55:52 +00:00
<link linkend="book.pcre">PCRE extension</link>. Calling this function
2010-03-28 15:02:41 +00:00
will issue an <constant>E_DEPRECATED</constant> notice. See <link linkend="reference.pcre.pattern.posix">the list of
differences</link> for help on converting to PCRE.</para></note>'>
2009-06-11 13:08:59 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.bin-safe '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is
2004-06-16 11:11:20 +00:00
binary-safe.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.clearstatcache '<note xmlns="http://docbook.org/ns/docbook"><simpara>The results of this
2009-04-21 08:44:34 +00:00
function are cached. See <function>clearstatcache</function> for
2004-06-16 11:11:20 +00:00
more details.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.context-support '<note xmlns="http://docbook.org/ns/docbook"><simpara>Context support was added
2005-03-31 15:01:44 +00:00
with PHP 5.0.0. For a description of <literal>contexts</literal>, refer to
<xref linkend="ref.stream"/>.</simpara></note>'>
2004-06-16 11:11:20 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.exec-bg '<note xmlns="http://docbook.org/ns/docbook"><para>If a program is started with this function,
2008-02-26 20:54:48 +00:00
in order for it to continue running in the background, the output of the
program must be redirected to a file or another output stream. Failing to do so
will cause PHP to hang until the execution of the program ends.</para></note>'>
2004-06-16 11:11:20 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.func-callback '<note xmlns="http://docbook.org/ns/docbook"><simpara>Instead of a function name, an
2004-06-16 11:11:20 +00:00
array containing an object reference and a method name can also be
supplied.</simpara></note>'>
2010-01-20 13:09:11 +00:00
<!ENTITY note.func-callback-exceptions '<note xmlns="http://docbook.org/ns/docbook"><para>Callbacks registered
with functions such as <function>call_user_func</function> and <function>call_user_func_array</function> will not be
called if there is an uncaught exception thrown in a previous callback.</para></note>'>
2010-01-13 02:09:45 +00:00
2011-04-20 12:59:20 +00:00
<!ENTITY note.funcbyref '<note xmlns="http://docbook.org/ns/docbook"><para>If the arguments are passed by reference,
any changes to the arguments will be reflected in the values returned by this function.</para></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.funcnoparam '<note xmlns="http://docbook.org/ns/docbook"><para>Because this function depends on the
2006-03-09 03:08:37 +00:00
current scope to determine parameter details, it cannot be used as a
2010-05-05 10:54:53 +00:00
function parameter in versions prior to 5.3.0. If this value must be passed, the results should be assigned
2008-02-26 20:54:48 +00:00
to a variable, and that variable should be passed.</para></note>'>
2006-03-09 03:08:37 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.line-endings '<note xmlns="http://docbook.org/ns/docbook"><simpara>If PHP is not properly recognizing
2008-02-26 20:54:48 +00:00
the line endings when reading files either on or created by a Macintosh
computer, enabling the
<link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link>
run-time configuration option may help resolve the problem.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.no-remote '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function will not work on
2004-06-16 11:11:20 +00:00
<link linkend="features.remote-files">remote files</link> as the file to
2008-02-26 20:54:48 +00:00
be examined must be accessible via the server's filesystem.</simpara></note>'>
2004-06-16 11:11:20 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.not-bin-safe '<warning xmlns="http://docbook.org/ns/docbook"><simpara>This function
2004-06-16 11:11:20 +00:00
is not (yet) binary safe!</simpara></warning>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.no-key-association '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function
2008-02-26 20:54:48 +00:00
assigns new keys to the elements in <parameter>array</parameter>.
It will remove any existing keys that may have been assigned, rather
2005-08-24 14:15:11 +00:00
than just reordering the keys.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.no-windows '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is not
2004-06-16 11:11:20 +00:00
implemented on Windows platforms.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.no-windows.extension '<note xmlns="http://docbook.org/ns/docbook"><simpara>This extension is not
2004-06-16 11:11:20 +00:00
available on Windows platforms.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.randomseed '<note xmlns="http://docbook.org/ns/docbook"><simpara>As of PHP 4.2.0, there is no need
2009-04-21 08:44:34 +00:00
to seed the random number generator with <function>srand</function> or
2004-06-16 11:11:20 +00:00
<function>mt_srand</function> as this is now done automatically.
</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.registerglobals '<note xmlns="http://docbook.org/ns/docbook"><title>register_globals: important
2008-02-26 20:54:48 +00:00
note</title><para>As of PHP 4.2.0, the default value for the PHP directive
2004-06-16 11:11:20 +00:00
<link linkend="ini.register-globals">register_globals</link> is <emphasis>
2010-03-23 18:38:54 +00:00
off</emphasis>. The PHP community discourages developers from relying on this directive, and encourages the use
2008-02-26 20:54:48 +00:00
of other means, such as the &link.superglobals;.</para></note>'>
2004-06-17 14:28:12 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.is-superglobal "<note xmlns='http://docbook.org/ns/docbook'><para>This is a 'superglobal', or
2008-04-14 17:28:03 +00:00
automatic global, variable. This simply means that it is available in
2009-04-21 08:44:34 +00:00
all scopes throughout a script. There is no need to do
2008-04-14 17:28:03 +00:00
<command>global $variable;</command> to access it within functions or methods.
</para></note>">
2009-11-09 15:58:06 +00:00
<!ENTITY note.superglobals '<note xmlns="http://docbook.org/ns/docbook"><title>Superglobals: availability note
2008-02-26 20:54:48 +00:00
</title><para>Superglobal arrays such as <varname>$_GET</varname>,
<varname>$_POST</varname>, and <varname>$_SERVER</varname>, etc. are available
as of PHP 4.1.0. For more information, read the manual section on
&link.superglobals;</para></note>'>
2004-06-16 11:11:20 +00:00
2011-05-31 08:19:14 +00:00
<!ENTITY note.uses-ob '<note xmlns="http://docbook.org/ns/docbook"><para>When the <parameter>return</parameter> parameter
is used, this function uses internal output buffering so it can not be used inside an
2006-03-09 07:33:14 +00:00
<function>ob_start</function> callback function.</para></note>'>
2006-03-09 03:07:13 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.filesystem-time-res '<note xmlns="http://docbook.org/ns/docbook"><para>Note that time resolution may differ
2008-08-24 21:02:32 +00:00
from one file system to another.</para></note>'>
2008-08-24 07:36:06 +00:00
2009-12-30 12:24:42 +00:00
<!ENTITY note.uses-autoload '<note xmlns="http://docbook.org/ns/docbook">
<para>Using this function will use any registered
<link linkend="language.oop5.autoload">autoloaders</link> if the class is not already known.</para></note>'>
2004-06-16 11:11:20 +00:00
<!-- Tips -->
2009-11-09 15:58:06 +00:00
<!ENTITY tip.fopen-wrapper '<tip xmlns="http://docbook.org/ns/docbook"><simpara>A URL can be used as a
2004-06-16 11:11:20 +00:00
filename with this function if the <link linkend="ini.allow-url-fopen"
>fopen wrappers</link> have been enabled.
2009-09-01 05:41:43 +00:00
See <function>fopen</function> for more details on how to specify the
filename. See the <xref linkend="wrappers"/> for links to information
about what abilities the various wrappers have, notes on their usage,
and information on any predefined variables they may
provide.</simpara></tip>'>
2004-06-16 11:11:20 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY tip.fopen-wrapper.stat '<tip xmlns="http://docbook.org/ns/docbook"><simpara>As of PHP 5.0.0, this function
2009-04-21 08:44:34 +00:00
can also be used with <emphasis>some</emphasis> URL wrappers. Refer to
<xref linkend="wrappers"/> for a listing of which wrappers support
2004-06-16 11:11:20 +00:00
<function>stat</function> family of functionality.</simpara></tip>'>
2009-11-09 15:58:06 +00:00
<!ENTITY tip.ob-capture '<tip xmlns="http://docbook.org/ns/docbook"><simpara>As with anything that outputs
2008-02-26 20:54:48 +00:00
its result directly to the browser, the <link
linkend="ref.outcontrol">output-control functions</link> can be used to capture
2004-06-16 11:11:20 +00:00
the output of this function, and save it in a
<type>string</type> (for example).</simpara></tip>'>
2009-11-09 15:58:06 +00:00
<!ENTITY tip.userlandnaming '<tip xmlns="http://docbook.org/ns/docbook"><simpara>See also the
2008-02-26 20:54:48 +00:00
<xref linkend="userlandnaming" />.</simpara></tip>'>
2006-08-11 16:55:35 +00:00
2004-06-16 11:11:20 +00:00
<!-- Warnings -->
2009-11-09 15:58:06 +00:00
<!ENTITY warn.escapeshell '<warning xmlns="http://docbook.org/ns/docbook"><para>When allowing user-supplied data to be
2008-02-26 20:54:48 +00:00
passed to this function, use
2004-06-16 11:11:20 +00:00
<function>escapeshellarg</function> or <function>escapeshellcmd</function>
2008-02-26 20:54:48 +00:00
to ensure that users cannot trick the system into executing arbitrary
2004-06-16 11:11:20 +00:00
commands.</para></warning>'>
2001-07-07 18:42:46 +00:00
2007-06-20 22:25:43 +00:00
<!ENTITY warn.experimental '<warning xmlns="http://docbook.org/ns/docbook"><simpara>This extension is
2009-02-21 16:40:45 +00:00
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension including
2008-02-26 20:54:48 +00:00
the names of its functions and any other documentation surrounding this
2009-02-21 16:40:45 +00:00
extension may change without notice in a future release of PHP.
2008-02-26 20:54:48 +00:00
This extension should be used at your own risk.</simpara></warning>'>
2001-06-24 11:45:38 +00:00
2009-08-13 03:32:47 +00:00
<!ENTITY warn.deprecated.feature-5-3-0 '<warning
xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0. Relying on this feature
is highly discouraged.</simpara></warning>'>
2008-12-09 17:53:07 +00:00
<!ENTITY warn.deprecated.feature-5-3-0.removed-6-0-0 '<warning
2008-02-26 20:54:48 +00:00
xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
2010-03-23 18:38:54 +00:00
<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0. Relying on this feature is
highly discouraged.</simpara></warning>'>
2007-10-20 00:25:49 +00:00
2008-12-09 17:53:07 +00:00
<!ENTITY warn.deprecated.function-5-3-0.removed-6-0-0 '<warning
xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
2010-03-23 18:38:54 +00:00
<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0. Relying on this feature is
highly discouraged.</simpara></warning>'>
2008-12-09 17:53:07 +00:00
2010-04-06 05:24:11 +00:00
<!ENTITY removed.php.future 'This deprecated feature <emphasis xmlns="http://docbook.org/ns/docbook">will</emphasis>
certainly be <emphasis xmlns="http://docbook.org/ns/docbook">removed</emphasis> in the future.'>
2008-02-26 20:54:48 +00:00
<!ENTITY warn.deprecated.function.removed-5-3-0 '<warning
xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
2008-01-02 16:37:56 +00:00
<emphasis>DEPRECATED</emphasis> and <emphasis>REMOVED</emphasis> as of PHP 5.3.0.</simpara></warning>'>
2009-08-13 02:22:07 +00:00
<!ENTITY warn.deprecated.alias-5-3-0 '<warning xmlns="http://docbook.org/ns/docbook">
<simpara>This alias has been <emphasis>DEPRECATED</emphasis> as of PHP 5.3.0. Relying
on this alias is highly discouraged.</simpara></warning>'>
2007-06-20 22:25:43 +00:00
<!ENTITY warn.experimental.func '<warning xmlns="http://docbook.org/ns/docbook"><simpara>This function is
2008-05-19 02:21:46 +00:00
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
2008-02-26 20:54:48 +00:00
</simpara></warning>'>
2001-12-06 20:13:02 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY warn.imaprecodeyaz '<warning xmlns="http://docbook.org/ns/docbook"><simpara>The <link
2006-02-07 17:36:53 +00:00
linkend="ref.imap">IMAP</link>, <link linkend="ref.recode">recode</link>,
<link linkend="ref.yaz">YAZ</link> and <link linkend="ref.cyrus">Cyrus</link>
extensions cannot be used in conjuction, because they
2010-02-17 19:29:26 +00:00
share the same internal symbols. Note: Yaz 2.0 and above does not suffer from this problem.</simpara></warning>'>
2004-06-16 11:11:20 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY warn.install.cgi '<warning xmlns="http://docbook.org/ns/docbook"><para>A server deployed in CGI mode is open
2008-02-26 20:54:48 +00:00
to several possible vulnerabilities. Please read our
2004-08-07 19:03:34 +00:00
<link linkend="security.cgi-bin">CGI security section</link> to learn how to
2008-02-26 20:54:48 +00:00
defend yourself from such attacks.</para></warning>'>
2004-08-07 19:03:34 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.magicquotes.gpc '<note xmlns="http://docbook.org/ns/docbook"><title>directive note: magic_quotes_gpc
2008-02-26 20:54:48 +00:00
</title><para>The <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
directive defaults to <literal>on</literal>. It essentially runs
<function>addslashes</function> on all GET, POST, and COOKIE data.
<function>stripslashes</function> may be used to remove them.</para></note>'>
2001-12-15 16:28:14 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY warn.no-win32-fopen-wrapper '<warning xmlns="http://docbook.org/ns/docbook"><para>Windows versions of PHP
2008-02-26 20:54:48 +00:00
prior to PHP 4.3.0 do not support access of remote files via this function,
even if <link linkend="ini.allow-url-fopen">allow_url_fopen</link> is enabled.
2002-06-10 21:41:16 +00:00
</para></warning>'>
2009-11-09 15:58:06 +00:00
<!ENTITY warn.ssl-non-standard '<warning xmlns="http://docbook.org/ns/docbook"><para>When using SSL, Microsoft IIS
2004-05-23 12:41:56 +00:00
will violate the protocol by closing the connection without sending a
2008-02-26 20:54:48 +00:00
<literal>close_notify</literal> indicator. PHP will report this as "SSL: Fatal
Protocol Error" when you reach the end of the data. To work around this, the
value of <link linkend="ini.error-reporting">error_reporting</link> should be
lowered to a level that does not include warnings.
2004-05-23 12:41:56 +00:00
PHP 4.3.7 and higher can detect buggy IIS server software when you open
2008-02-26 20:54:48 +00:00
the stream using the <literal>https://</literal> wrapper and will suppress the
warning. When using <function>fsockopen</function> to create an
<literal>ssl://</literal> socket, the developer is responsible for detecting
and suppressing this warning.</para></warning>'>
2004-02-19 16:06:56 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY warn.undocumented.func '<warning xmlns="http://docbook.org/ns/docbook"><simpara>This function is
2008-02-26 20:54:48 +00:00
currently not documented; only its argument list is available.
</simpara></warning>'>
2001-06-24 11:45:38 +00:00
2001-12-08 22:12:24 +00:00
2004-06-16 11:11:20 +00:00
<!-- Misc -->
2001-06-24 11:45:38 +00:00
2010-05-22 17:09:43 +00:00
<!ENTITY version.trunk.after.53 '<emphasis xmlns="http://docbook.org/ns/docbook">This change
exists in the <link linkend="about.phpversions">development version</link> of PHP, and will
probably exist after 5.3.</emphasis>'>
<!ENTITY version.trunk.changelog 'Future'>
2009-11-09 15:58:06 +00:00
<!ENTITY no.function.parameters '<para xmlns="http://docbook.org/ns/docbook">This function has no parameters.</para>'>
2007-12-07 01:14:26 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY example.outputs '<para xmlns="http://docbook.org/ns/docbook">The above example will output:</para>'>
2004-08-04 19:55:42 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY example.outputs.32bit '<para xmlns="http://docbook.org/ns/docbook">Output of the above example on 32 bit machines:</para>'>
2009-04-06 20:44:29 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY example.outputs.64bit '<para xmlns="http://docbook.org/ns/docbook">Output of the above example on 64 bit machines:</para>'>
2009-04-06 20:44:29 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY example.outputs.similar '<para xmlns="http://docbook.org/ns/docbook">The above example will output
2004-08-04 19:55:42 +00:00
something similar to:</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY examples.outputs '<para xmlns="http://docbook.org/ns/docbook">The above examples will output:</para>'>
2009-07-01 09:28:27 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY examples.outputs.32bit '<para xmlns="http://docbook.org/ns/docbook">Output of the above examples on 32 bit machines:</para>'>
2009-07-01 09:28:27 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY examples.outputs.64bit '<para xmlns="http://docbook.org/ns/docbook">Output of the above examples on 64 bit machines:</para>'>
2009-07-01 09:28:27 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY examples.outputs.similar '<para xmlns="http://docbook.org/ns/docbook">The above examples will output
2009-07-01 09:28:27 +00:00
something similar to:</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY array.resetspointer '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function will
2009-04-21 08:44:34 +00:00
<function>reset</function> the <type>array</type> pointer after
2003-02-05 07:08:25 +00:00
use.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY seealso.array.sorting 'The <link xmlns="http://docbook.org/ns/docbook" linkend="array.sorting">comparison of array sorting functions</link>'>
2009-03-20 20:40:34 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY seealso.callback 'information about the <link xmlns="http://docbook.org/ns/docbook" linkend="language.types.callback">callback</link> type'>
2004-09-12 11:22:03 +00:00
2009-04-21 08:44:34 +00:00
<!ENTITY avail.register-long-arrays 'As of PHP 5.0.0, the long PHP
2009-11-09 15:58:06 +00:00
<link xmlns="http://docbook.org/ns/docbook" linkend="language.variables.predefined">predefined variable</link>
2009-04-21 08:44:34 +00:00
arrays may be disabled with the
2009-11-09 15:58:06 +00:00
<link xmlns="http://docbook.org/ns/docbook" linkend="ini.register-long-arrays">register_long_arrays</link>
2004-09-12 11:22:03 +00:00
directive.'>
2009-11-09 15:58:06 +00:00
<!ENTITY ini.shorthandbytes '<simpara xmlns="http://docbook.org/ns/docbook">When an <type>integer</type> is used, the
2009-04-21 08:44:34 +00:00
value is measured in bytes. Shorthand notation, as described
2008-02-26 20:54:48 +00:00
in <link linkend="faq.using.shorthandbytes">this FAQ</link>, may also be used.
</simpara>'>
2004-09-12 11:22:03 +00:00
2009-04-21 08:44:34 +00:00
<!ENTITY info.deprecated.alias 'For backward compatibility, the following
2005-03-31 07:42:34 +00:00
deprecated alias may be used: '>
2005-04-24 23:16:03 +00:00
<!ENTITY info.function.alias 'This function is an alias of: '>
2010-11-23 23:25:18 +00:00
<!ENTITY info.method.alias 'This method is an alias of: '>
2009-11-09 15:58:06 +00:00
<!ENTITY info.function.alias.deprecated '<simpara xmlns="http://docbook.org/ns/docbook">This function alias is
2008-02-26 20:54:48 +00:00
deprecated and only exists for backwards compatibility reasons. The use of this
function is not recommended, as it may be removed from PHP in the future.
</simpara>'>
2005-04-26 01:20:37 +00:00
2007-02-28 05:36:07 +00:00
<!ENTITY ext.windows.path.dll 'In order for this extension to work, there are
2009-11-09 15:58:06 +00:00
<acronym xmlns="http://docbook.org/ns/docbook">DLL</acronym> files that must be available to the Windows
system <literal xmlns="http://docbook.org/ns/docbook">PATH</literal>. For information on how to do this, see the
<acronym xmlns="http://docbook.org/ns/docbook">FAQ</acronym> entitled "<link
xmlns="http://docbook.org/ns/docbook" linkend="faq.installation.addtopath">How do I add my PHP directory to the PATH
2008-02-26 20:54:48 +00:00
on Windows</link>". Although copying DLL
2007-02-28 05:36:07 +00:00
files from the PHP folder into the Windows system directory also works
2008-02-26 20:54:48 +00:00
(because the system directory is by default in the system's
2009-11-09 15:58:06 +00:00
<literal xmlns="http://docbook.org/ns/docbook">PATH</literal>), this is not recommended.
<emphasis xmlns="http://docbook.org/ns/docbook">This extension requires the following files to be in the
2007-02-28 05:36:07 +00:00
<literal>PATH</literal>:</emphasis> '>
2008-08-18 20:02:53 +00:00
<!ENTITY manual.migration.seealso 'See also the migration guides for PHP versions'>
2010-04-21 02:40:32 +00:00
<!ENTITY style.oop 'Object oriented style'>
2009-02-16 09:46:05 +00:00
<!ENTITY style.procedural 'Procedural style'>
2009-11-09 15:58:06 +00:00
<!ENTITY resource '<link xmlns="http://docbook.org/ns/docbook" linkend="language.types.resource">resource</link>'>
2009-02-16 09:46:05 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY foreach '<link xmlns="http://docbook.org/ns/docbook" linkend="control-structures.foreach">foreach</link>'>
2009-02-16 15:30:18 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY parameter.context 'Refer to the <link xmlns="http://docbook.org/ns/docbook" linkend="context">context</link>
section of the manual for a description of <literal xmlns="http://docbook.org/ns/docbook">contexts</literal>.'>
2009-03-07 02:40:47 +00:00
<!ENTITY parameter.use_include_path 'When set to &true;, the filename is also
2009-11-09 15:58:06 +00:00
searched for within the <link xmlns="http://docbook.org/ns/docbook" linkend="ini.include-path">include_path</link>'>
2009-03-07 02:40:47 +00:00
2004-09-12 11:22:03 +00:00
<!-- Returns -->
2009-11-09 09:57:37 +00:00
<!ENTITY return.falseforfailure ' or &false; on failure'>
2010-05-04 03:46:27 +00:00
<!ENTITY return.falseforfailure.style.procedural '&style.procedural; returns &false; on failure.'>
2009-11-09 09:57:37 +00:00
<!ENTITY return.success 'Returns &true; on success&return.falseforfailure;.'>
2003-02-20 17:22:53 +00:00
2004-09-05 17:50:11 +00:00
<!ENTITY return.void 'No value is returned.'>
2009-11-09 15:58:06 +00:00
<!ENTITY return.falseproblem '<warning xmlns="http://docbook.org/ns/docbook"><simpara>This function may
2002-02-18 22:26:09 +00:00
return Boolean &false;, but may also return a non-Boolean value which
evaluates to &false;, such as <literal>0</literal> or
"". Please read the section on <link
linkend="language.types.boolean">Booleans</link> for more
information. Use <link linkend="language.operators.comparison">the ===
operator</link> for testing the return value of this
function.</simpara></warning>'>
2001-11-11 11:53:49 +00:00
2010-05-11 10:57:32 +00:00
<!-- OpenSSL -->
<!ENTITY openssl.param.x509 '<varlistentry xmlns="http://docbook.org/ns/docbook">
<term><parameter>x509</parameter></term>
<listitem>
<para>
See <link linkend="openssl.certparams">Key/Certificate parameters</link> for a list of valid values.
</para>
</listitem>
</varlistentry>'>
2003-03-16 23:44:23 +00:00
2004-04-12 22:42:03 +00:00
<!-- Image (GD) Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.config.t1lib '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available
2004-06-17 14:57:22 +00:00
if PHP is compiled using <option role="configure">--with-t1lib[=DIR]</option>.
2003-11-07 18:14:40 +00:00
</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.config.jpeg '<note xmlns="http://docbook.org/ns/docbook"><simpara>JPEG support is only available if
2005-02-21 20:59:54 +00:00
PHP was compiled against GD-1.8 or later.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.config.wbmp '<note xmlns="http://docbook.org/ns/docbook"><simpara>WBMP support is only available if
2005-02-21 20:59:54 +00:00
PHP was compiled against GD-1.8 or later.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.bundled.gd '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available if
2004-04-12 22:42:03 +00:00
PHP is compiled with the bundled version of the GD library.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.freetype '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available if
2006-10-05 16:16:16 +00:00
PHP is compiled with freetype support (<option role="configure">--with-freetype-dir=DIR</option>)
</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.gd.2 '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function requires GD 2.0.1 or later (2.0.28 or later is recommended).</simpara></note>'>
2006-10-06 03:31:27 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.gd.notrequired '<note xmlns="http://docbook.org/ns/docbook"><para>This function does not require the GD image library.</para></note>'>
2009-04-15 07:53:51 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY gd.image.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
image</parameter></term><listitem><para>An image resource, returned by one of the image creation functions,
2007-01-14 03:15:21 +00:00
such as <function>imagecreatetruecolor</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY gd.font.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
font</parameter></term><listitem><para>Can be 1, 2, 3, 4, 5 for built-in
2007-08-20 10:45:59 +00:00
fonts in latin2 encoding (where higher numbers corresponding to larger fonts) or any of your
2007-01-14 03:15:21 +00:00
own font identifiers registered with <function>imageloadfont</function>.
</para></listitem></varlistentry>'>
2011-04-05 15:03:52 +00:00
<!ENTITY gd.return.identifier 'Returns an image resource identifier on success, &false; on errors.'>
<!ENTITY gd.value.red 'Value of red component.'>
<!ENTITY gd.value.green 'Value of green component.'>
<!ENTITY gd.value.blue 'Value of blue component.'>
<!ENTITY gd.source.height 'Source height.'>
<!ENTITY gd.source.width 'Source width.'>
<!ENTITY gd.image.path 'The path to save the file to. If not set or &null;, the raw image stream will be outputted directly.'>
<!ENTITY gd.image.new 'Create a new image from file or URL'>
<!ENTITY gd.image.source 'Source image link resource.'>
<!ENTITY gd.image.destination 'Destination image link resource.'>
<!ENTITY gd.image.output 'Output image to browser or file'>
<!ENTITY gd.image.colors 'If you created the image from a file, only colors used in the image are resolved. Colors present only in the palette are not resolved.'>
<!ENTITY gd.font.size 'The font size. Depending on your version of GD, this should be specified as the pixel size (GD1) or point size (GD2).'>
2007-01-14 03:48:41 +00:00
<!-- DBM notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY dbm.dbm-identifier.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-14 03:48:41 +00:00
dbm_identifier</parameter></term><listitem><para>The DBM link identifier,
returned by <function>dbmopen</function>.</para></listitem></varlistentry>'>
2007-01-17 00:14:52 +00:00
<!-- cURL notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY curl.ch.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>ch</parameter>
2009-04-21 08:44:34 +00:00
</term><listitem><para>A cURL handle returned by
2007-01-17 00:14:52 +00:00
<function>curl_init</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY curl.mh.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>mh</parameter>
2009-04-21 08:44:34 +00:00
</term><listitem><para>A cURL multi handle returned by
2007-01-17 00:14:52 +00:00
<function>curl_multi_init</function>.</para></listitem></varlistentry>'>
2007-01-15 00:05:59 +00:00
<!-- IMAP notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY imap.imap-stream.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
imap_stream</parameter></term><listitem><para>An IMAP stream returned by
2007-01-15 00:05:59 +00:00
<function>imap_open</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY imap.pattern '<para xmlns="http://docbook.org/ns/docbook">Specifies where in the mailbox hierarchy
to start searching.</para><para xmlns="http://docbook.org/ns/docbook">There are two special characters you can
2009-04-21 08:44:34 +00:00
pass as part of the <parameter>pattern</parameter>:
'<literal>*</literal>' and '<literal>%</literal>'.
'<literal>*</literal>' means to return all mailboxes. If you pass
<parameter>pattern</parameter> as '<literal>*</literal>', you will
get a list of the entire mailbox hierarchy.
'<literal>%</literal>'
means to return the current level only.
'<literal>%</literal>' as the <parameter>pattern</parameter>
parameter will return only the top level
mailboxes; '<literal>~/mail/%</literal>' on <literal>UW_IMAPD</literal> will return every mailbox in the <filename>~/mail</filename> directory, but none in subfolders of that directory.</para>'>
2009-04-21 05:48:47 +00:00
2007-12-07 01:14:26 +00:00
<!-- mbstring notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.mbstring.encoding.internal '<note xmlns="http://docbook.org/ns/docbook"><para>The internal encoding or the
2009-04-21 08:44:34 +00:00
character encoding specified by <function>mb_regex_encoding</function>
2007-12-07 01:14:26 +00:00
will be used as the character encoding for this function.</para></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mbstring.encoding.parameter '<para xmlns="http://docbook.org/ns/docbook">The <parameter>encoding</parameter>
2009-04-21 08:44:34 +00:00
parameter is the character encoding. If it is omitted, the internal character
2007-12-07 01:14:26 +00:00
encoding value will be used.</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mbstring.warning.e-modifier '<warning xmlns="http://docbook.org/ns/docbook"><para>Never use the <literal>e</literal> modifier when working on untrusted input. No automatic escaping will happen (as known from <function>preg_replace</function>). Not taking care of this will most likely create remote code execution vulnerabilities in your application.</para></warning>'>
2009-05-11 07:30:25 +00:00
<!-- MCVE notes -->
2007-01-15 01:29:49 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY mcve.conn.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
conn</parameter></term><listitem><para>An MCVE_CONN resource returned by
2007-01-15 01:29:49 +00:00
<function>m_initengine</function>.</para></listitem></varlistentry>'>
2009-02-21 16:21:16 +00:00
<!-- memcached notes -->
<!ENTITY memcached.parameter.expiration 'The expiration time, defaults to 0. See <link
2009-11-09 15:58:06 +00:00
linkend="memcached.expiration" xmlns="http://docbook.org/ns/docbook">Expiration Times</link> for more info.'>
2009-02-21 16:21:16 +00:00
<!ENTITY memcached.parameter.server_key 'The key identifying the server to store the value on.'>
<!ENTITY memcached.parameter.items 'An array of key/value pairs to store on the server.'>
<!ENTITY memcached.parameter.key 'The key under which to store the value.'>
<!ENTITY memcached.parameter.value 'The value to store.'>
2009-11-09 15:58:06 +00:00
<!ENTITY memcached.result.getresultcode 'Use <methodname xmlns="http://docbook.org/ns/docbook">Memcached::getResultCode</methodname> if necessary.'>
2009-02-21 16:21:16 +00:00
2009-09-29 12:51:53 +00:00
<!-- geaman notes -->
2009-10-29 18:09:53 +00:00
<!ENTITY gearman.parameter.host 'The job server host name.'>
2009-09-29 12:51:53 +00:00
2009-10-29 18:09:53 +00:00
<!ENTITY gearman.parameter.port 'The job server port.'>
2009-09-29 12:51:53 +00:00
<!ENTITY gearman.parameter.functionname 'A registered function the worker is to execute'>
<!ENTITY gearman.parameter.workload 'Serialized data to be processed'>
<!ENTITY gearman.parameter.data 'Additional data that may be needed to complete the work'>
2009-10-10 19:29:16 +00:00
<!ENTITY gearman.parameter.context 'Application context to associate with a task'>
2009-09-29 12:51:53 +00:00
<!ENTITY gearman.parameter.unique 'A unique ID used to identify a particular task'>
<!ENTITY gearman.parameter.jobhandle 'The job handle assigned by the Gearman server'>
2006-07-11 06:58:55 +00:00
<!-- Date and time entities -->
2009-11-09 15:58:06 +00:00
<!ENTITY date.timezone.intro.title '<title xmlns="http://docbook.org/ns/docbook">List of Supported Timezones</title>'>
2008-04-26 17:18:03 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY date.timezone.intro "<para xmlns='http://docbook.org/ns/docbook'>
2008-04-26 17:18:03 +00:00
Here you'll find the complete list of timezones supported by PHP, which are
meant to be used with e.g. <function>date_default_timezone_set</function>.
2009-11-09 15:58:06 +00:00
</para><note xmlns='http://docbook.org/ns/docbook'><simpara>The latest version of the timezone database can be
2008-04-26 17:18:03 +00:00
installed via PECL's <link xlink:href='&url.pecl.package.get;timezonedb' xmlns:xlink='http://www.w3.org/1999/xlink'>timezonedb</link>.
</simpara></note>">
2009-11-09 15:58:06 +00:00
<!ENTITY date.timezone.bc '<simpara xmlns="http://docbook.org/ns/docbook">Please do not use any of the timezones
2008-04-26 17:18:03 +00:00
listed here (besides UTC), they only exist for backward compatible reasons.
</simpara>'>
2009-11-09 15:58:06 +00:00
<!ENTITY date.timezone.errors.description '<para xmlns="http://docbook.org/ns/docbook">
2009-04-21 08:44:34 +00:00
Every call to a date/time function will generate a <constant>E_NOTICE</constant>
2009-06-30 11:41:27 +00:00
if the time zone is not valid, and/or a <constant>E_STRICT</constant>
or <constant>E_WARNING</constant> message
2006-07-11 06:58:55 +00:00
if using the system settings or the <varname>TZ</varname> environment
2006-09-08 08:56:01 +00:00
variable. See also <function>date_default_timezone_set</function></para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY date.timezone.errors.changelog '<row xmlns="http://docbook.org/ns/docbook"><entry>5.1.0</entry><entry><para>
2009-04-21 08:44:34 +00:00
Now issues the <constant>E_STRICT</constant> and <constant>E_NOTICE</constant>
2006-09-08 08:56:01 +00:00
time zone errors.</para></entry></row>'>
2006-07-11 06:58:55 +00:00
<!ENTITY date.timestamp.description '
2009-11-09 15:58:06 +00:00
<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>timestamp</parameter></term><listitem><para>
2009-04-21 08:44:34 +00:00
The optional <parameter>timestamp</parameter> parameter is an
2006-07-11 06:58:55 +00:00
<type>integer</type> Unix timestamp that defaults to the current
2009-04-21 08:44:34 +00:00
local time if a <parameter>timestamp</parameter> is not given. In other
words, it defaults to the value of <function>time</function>.
2006-07-11 06:58:55 +00:00
</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY date.datetime.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>object</parameter></term>
2009-01-07 18:40:50 +00:00
<listitem><para>Procedural style only: A <classname>DateTime</classname> object
2008-11-02 22:11:33 +00:00
returned by <function>date_create</function></para></listitem></varlistentry>'>
2010-05-17 00:31:47 +00:00
<!ENTITY date.datetime.description.modified '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>object</parameter></term>
<listitem><para>Procedural style only: A <classname>DateTime</classname> object
returned by <function>date_create</function>.
The function modifies this object.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY date.datetimezone.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2008-11-02 22:11:33 +00:00
object</parameter></term><listitem><para>Procedural style only: A <classname>DateTimeZone</classname> object
returned by <function>timezone_open</function></para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY date.datetime.retval.changelog '<row xmlns="http://docbook.org/ns/docbook"><entry>5.3.0</entry><entry>Changed the
2010-09-22 01:43:13 +00:00
return value on success from &null; to <classname>DateTime</classname>.</entry></row>'>
2009-03-30 01:40:23 +00:00
2010-10-26 12:21:24 +00:00
<!ENTITY date.datetime.return.modifiedobjectorfalseforfailure 'Returns the <classname xmlns="http://docbook.org/ns/docbook">DateTime</classname> object for method chaining&return.falseforfailure;.'>
2010-05-04 04:56:40 +00:00
2009-07-30 11:58:09 +00:00
<!ENTITY date.timezone.dbversion 'This list is based upon the timezone database version'>
2009-07-30 13:51:03 +00:00
<!ENTITY date.timezone.africa 'Africa'>
<!ENTITY date.timezone.america 'America'>
<!ENTITY date.timezone.antarctica 'Antarctica'>
<!ENTITY date.timezone.arctic 'Arctic'>
<!ENTITY date.timezone.asia 'Asia'>
<!ENTITY date.timezone.atlantic 'Atlantic'>
<!ENTITY date.timezone.australia 'Australia'>
<!ENTITY date.timezone.europe 'Europe'>
<!ENTITY date.timezone.indian 'Indian'>
<!ENTITY date.timezone.pacific 'Pacific'>
<!ENTITY date.timezone.others 'Others'>
2010-05-15 20:54:14 +00:00
<!ENTITY date.formats 'Valid formats are explained in <link xmlns="http://docbook.org/ns/docbook" linkend="datetime.formats">Date and Time Formats</link>.'>
2010-05-17 01:05:05 +00:00
<!ENTITY date.formats.parameter 'A date/time string. &date.formats;'>
2010-05-15 20:54:14 +00:00
2004-04-28 00:07:33 +00:00
<!-- DomXml Notes -->
<!ENTITY node.inserted 'This node will not show up in the document unless it
2009-11-09 15:58:06 +00:00
is inserted with (e.g.) <function xmlns="http://docbook.org/ns/docbook">domnode_append_child</function>.'>
2004-04-28 00:07:33 +00:00
2004-06-16 11:11:20 +00:00
2004-05-10 12:12:00 +00:00
<!-- Dom Notes -->
2009-04-21 08:44:34 +00:00
<!ENTITY dom.node.inserted 'This node will not show up in the document unless
2009-11-09 15:59:33 +00:00
it is inserted with (e.g.) <function xmlns="http://docbook.org/ns/docbook">DOMNode->appendChild</function>.'>
2004-05-10 12:12:00 +00:00
2010-11-10 21:34:44 +00:00
<!ENTITY dom.allowstatic '<para xmlns="http://docbook.org/ns/docbook">This method <emphasis>may</emphasis> be called statically, but will issue an <constant>E_STRICT</constant> error.</para>'>
2004-06-16 11:11:20 +00:00
2004-05-17 19:42:15 +00:00
<!-- FileSystem entities -->
2010-12-13 09:04:07 +00:00
<!ENTITY fs.emits.warning.on.failure '<para xmlns="http://docbook.org/ns/docbook">
Upon failure, an <constant>E_WARNING</constant> is emitted.
</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY fs.validfp.all '<para xmlns="http://docbook.org/ns/docbook">The file pointer must be valid, and must point to
2004-05-17 19:42:15 +00:00
a file successfully opened by <function>fopen</function> or
2005-09-16 15:00:08 +00:00
<function>fsockopen</function> (and not yet closed by
<function>fclose</function>).</para>'>
2004-06-17 14:28:12 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY fs.file.pointer '<para xmlns="http://docbook.org/ns/docbook">A file system pointer <type>resource</type>
2007-09-15 02:44:00 +00:00
that is typically created using <function>fopen</function>.</para>'>
2008-05-21 21:07:17 +00:00
<!-- GNUPG -->
2009-11-09 15:58:06 +00:00
<!ENTITY gnupg.identifier '<para xmlns="http://docbook.org/ns/docbook">The gnupg identifier, from a call to
2008-05-21 21:07:17 +00:00
<function>gnupg_init</function> or <classname>gnupg</classname>.</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY gnupg.fingerprint '<para xmlns="http://docbook.org/ns/docbook">The fingerprint key.</para>'>
2008-05-21 21:07:17 +00:00
2009-04-13 10:19:06 +00:00
<!-- HaruDoc -->
2009-11-09 15:58:06 +00:00
<!ENTITY haru.error '<para xmlns="http://docbook.org/ns/docbook">Throws a <classname>HaruException</classname> on error.</para>'>
2009-04-13 10:19:06 +00:00
2008-05-20 15:37:53 +00:00
<!-- ODBC -->
2009-11-09 15:58:06 +00:00
<!ENTITY odbc.connection.id '<para xmlns="http://docbook.org/ns/docbook">The ODBC connection identifier,
2008-05-20 15:37:53 +00:00
see <function>odbc_connect</function> for details.</para>'>
2008-05-20 22:35:06 +00:00
<!ENTITY odbc.parameter.search 'This parameter accepts the following search patterns:
"%" to match zero or more characters, and "_" to match a single character.'>
2010-06-14 14:34:15 +00:00
<!-- OAUTH -->
2010-05-27 16:02:15 +00:00
<!ENTITY oauth.callback.error 'Emits an <constant xmlns="http://docbook.org/ns/docbook">E_ERROR</constant> level
error if the callback function cannot be called, or was not specified.'>
2010-06-14 14:34:15 +00:00
<!ENTITY oauth.changelog.error.null 'Previously returned &null; on failure, instead of &false;.'>
2004-07-08 10:05:05 +00:00
<!-- Oracle -->
2009-11-10 22:09:56 +00:00
<!ENTITY oci.db "<para xmlns='http://docbook.org/ns/docbook' xmlns:xlink='http://www.w3.org/1999/xlink'>Contains
the <literal>Oracle instance</literal> to connect to. It can be
an <link xlink:href='&url.oracle.oic.connect;'>Easy Connect
string</link>, or a Connect Name from
the <filename>tnsnames.ora</filename> file, or the name of a local
2009-12-09 22:46:12 +00:00
Oracle instance.
2009-11-10 22:09:56 +00:00
</para>
<para xmlns='http://docbook.org/ns/docbook'>If not specified, PHP uses
environment variables such as <constant>TWO_TASK</constant> (on Linux)
or <constant>LOCAL</constant> (on Windows)
and <constant>ORACLE_SID</constant> to determine the
<literal>Oracle instance</literal> to connect to.
</para>
<para xmlns='http://docbook.org/ns/docbook'>
To use the Easy Connect naming method, PHP must be linked with Oracle
2009-12-09 22:46:12 +00:00
10g or greater Client libraries. The Easy Connect string for Oracle
10g is of the form:
<emphasis>[//]host_name[:port][/service_name]</emphasis>. With Oracle
11g, the syntax is:
<emphasis>[//]host_name[:port][/service_name][:server_type][/instance_name]</emphasis>.
Service names can be found by running the Oracle
utility <literal>lsnrctl status</literal> on the database server
machine.
</para>
<para xmlns='http://docbook.org/ns/docbook'>
The <filename>tnsnames.ora</filename> file can be in the Oracle Net
search path, which
includes <filename>$ORACLE_HOME/network/admin</filename>
and <filename>/etc</filename>. Alternatively
set <literal>TNS_ADMIN</literal> so
that <filename>$TNS_ADMIN/tnsnames.ora</filename> is read. Make sure
the web daemon has read access to the file.
2008-02-26 20:54:48 +00:00
</para>">
2004-05-17 19:42:15 +00:00
2009-11-10 22:09:56 +00:00
<!ENTITY oci.charset "<para xmlns='http://docbook.org/ns/docbook'>Determines
the character set used by the Oracle Client libraries. The character
set does not need to match the character set used by the database. If
it doesn't match, Oracle will do its best to convert data to and from
the database character set. Depending on the character sets this may
not give usable results. Conversion also adds some time overhead.
</para>
<para xmlns='http://docbook.org/ns/docbook'>If not specified, the
Oracle Client libraries determine a character set from
the <constant>NLS_LANG</constant> environment variable.
</para>
<para xmlns='http://docbook.org/ns/docbook'>Passing this parameter can
reduce connection time.
</para>">
<!ENTITY oci.sessionmode '<para xmlns="http://docbook.org/ns/docbook">This
2009-12-09 22:46:12 +00:00
parameter is available since version PHP 5 (PECL OCI8 1.1) and accepts the
2009-11-10 22:09:56 +00:00
following values: <constant>OCI_DEFAULT</constant>,
<constant>OCI_SYSOPER</constant> and <constant>OCI_SYSDBA</constant>.
If either <constant>OCI_SYSOPER</constant> or
<constant>OCI_SYSDBA</constant> were specified, this function will try
to establish privileged connection using external credentials.
Privileged connections are disabled by default. To enable them you
need to set <link linkend="ini.oci8.privileged-connect">oci8.privileged_connect</link>
to <literal>On</literal>.
</para>
<para xmlns="http://docbook.org/ns/docbook">
2009-12-09 22:46:12 +00:00
PHP 5.3 (PECL OCI8 1.3.4) introduced the
2009-11-10 22:09:56 +00:00
<constant>OCI_CRED_EXT</constant> mode value. This tells Oracle to use
External or OS authentication, which must be configured in the
database. The <constant>OCI_CRED_EXT</constant> flag can only be used
with username of "/" and a empty password.
<link linkend="ini.oci8.privileged-connect">oci8.privileged_connect</link>
may be <literal>On</literal> or <literal>Off</literal>.
</para>
<para xmlns="http://docbook.org/ns/docbook">
<constant>OCI_CRED_EXT</constant> may be combined with the
<constant>OCI_SYSOPER</constant> or
<constant>OCI_SYSDBA</constant> modes.
</para>
<para xmlns="http://docbook.org/ns/docbook">
<constant>OCI_CRED_EXT</constant> is not supported on Windows for
security reasons.
</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY oci.datatypes '<para xmlns="http://docbook.org/ns/docbook">For details on the data type mapping performed by
2009-12-09 22:46:12 +00:00
the OCI8 extension, see the <link linkend="oci8.datatypes">datatypes
2005-09-06 20:56:16 +00:00
supported by the driver</link></para>'>
2005-09-06 20:39:46 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY oci.parameter.connection '<para xmlns="http://docbook.org/ns/docbook">An Oracle connection identifier,
2009-10-07 16:23:09 +00:00
returned by <function>oci_connect</function>, <function>oci_pconnect</function>,
2009-10-07 21:29:49 +00:00
or <function>oci_new_connect</function>.</para>'>
2009-10-07 16:23:09 +00:00
2009-11-10 22:09:56 +00:00
<!ENTITY oci.name.compat.note 'The old function name can still be used
in current versions, however it is deprecated and not recommended.'>
2009-11-09 15:58:06 +00:00
<!ENTITY oci.availability.note.10g '<note xmlns="http://docbook.org/ns/docbook"><title>Oracle version requirement</title>
2009-10-07 16:23:09 +00:00
<para>This function is available when PHP is linked with Oracle Database
libraries from version 10g onwards.</para></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY oci.clientinfo.tip '<tip xmlns="http://docbook.org/ns/docbook"><title>Performance</title><para>With older versions of
2009-10-07 16:23:09 +00:00
OCI8 or the Oracle Database, the client information can be set using the Oracle
<literal>DBMS_APPLICATION_INFO</literal> package. This is less efficient than
using <function>oci_set_client_info</function>.</para></tip>'>
2009-11-09 15:58:06 +00:00
<!ENTITY oci.roundtrip.caution '<caution xmlns="http://docbook.org/ns/docbook"><title>Roundtrip Gotcha</title>
2009-10-07 16:23:09 +00:00
<para>Some but not all OCI8 functions cause roundtrips. Roundtrips to the
database may not occur with queries when result caching is enabled.
</para></caution>'>
2009-11-21 00:28:17 +00:00
<!ENTITY oci.use.setprefetch '<para xmlns="http://docbook.org/ns/docbook">For
queries returning a large number of rows, performance can be
significantly improved by
increasing <link linkend="ini.oci8.default-prefetch">oci8.default_prefetch</link>
or using <function>oci_set_prefetch</function>.
</para>'>
2009-11-18 19:40:01 +00:00
<!ENTITY oci.arg.statement.id
"<para xmlns='http://docbook.org/ns/docbook'>A valid OCI8 statement
identifier created by <function>oci_parse</function> and executed
by <function>oci_execute</function>, or a <literal>REF
CURSOR</literal> statement identifier.</para>">
2004-05-12 07:43:53 +00:00
<!-- PCNTL Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY pcntl.parameter.status '<para xmlns="http://docbook.org/ns/docbook">The <parameter>status</parameter>
2008-02-26 20:54:48 +00:00
parameter is the status parameter supplied to a successful
2004-05-12 07:43:53 +00:00
call to <function>pcntl_waitpid</function>.</para>'>
2009-04-11 11:22:45 +00:00
<!-- PS Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY ps.note.visible '<para xmlns="http://docbook.org/ns/docbook">The note will not be visible if the document
2009-04-11 11:22:45 +00:00
is printed or viewed but it will show up if the document is converted to
2009-04-13 08:06:15 +00:00
pdf by either Acrobat Distiller™ or Ghostview.</para>'>
2004-06-16 11:11:20 +00:00
2004-05-19 18:46:47 +00:00
<!-- XSLT Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.xslt.windows '<note xmlns="http://docbook.org/ns/docbook"><para>Please note that
2008-02-26 20:54:48 +00:00
<literal>file://</literal> is needed in front of the path when using Windows.
</para></note>'>
2004-05-19 18:46:47 +00:00
2001-07-11 22:09:40 +00:00
<!-- Notes for safe-mode limited functions: -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.sm.disabled '<note xmlns="http://docbook.org/ns/docbook"><simpara>&sm.disabled;</simpara></note>'>
2001-12-10 18:55:31 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.sm.uidcheck '<note xmlns="http://docbook.org/ns/docbook"><simpara>When <link
2009-04-21 08:44:34 +00:00
linkend="features.safe-mode">safe mode</link> is enabled, PHP checks whether
the files or directories being operated upon have the same UID (owner) as the
2001-07-11 22:09:40 +00:00
script that is being executed.</simpara></note>'>
2001-12-10 18:55:31 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.sm.uidcheck.dir '<note xmlns="http://docbook.org/ns/docbook"><simpara>When <link
2009-04-21 08:44:34 +00:00
linkend="features.safe-mode">safe mode</link> is enabled, PHP checks whether
the directory in which the script is operating has the same UID (owner) as the
2001-07-11 22:09:40 +00:00
script that is being executed.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.open-basedir.func '<note xmlns="http://docbook.org/ns/docbook"><para>This function is affected by <link
2005-01-30 11:08:43 +00:00
linkend="ini.open-basedir">open_basedir</link>.</para></note>'>
2005-01-29 23:23:50 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.language-construct '<note xmlns="http://docbook.org/ns/docbook"><simpara>Because this is a
2009-04-21 08:44:34 +00:00
language construct and not a function, it cannot be called using
2003-05-04 17:15:36 +00:00
<link linkend="functions.variable-functions">variable functions</link></simpara>
2003-05-04 17:13:07 +00:00
</note>'>
2009-04-21 08:44:34 +00:00
<!-- Common pieces in features/safe-mode.xml
Jade doesn't allow in-line entities, so I put them here... Though they
2001-07-11 22:09:40 +00:00
should have been inline in safe-mode.xml -->
2008-02-26 20:54:48 +00:00
<!ENTITY sm.uidcheck 'Checks whether the files or directories being operated
upon have the same UID (owner) as the script that is being executed.'>
2001-12-10 18:55:31 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY warn.sm.exec '<warning xmlns="http://docbook.org/ns/docbook"><simpara>With <link linkend="features.safe-mode">safe mode</link> enabled,
2009-04-21 08:44:34 +00:00
the command string is escaped with <function>escapeshellcmd</function>. Thus,
2005-11-09 11:14:34 +00:00
<literal>echo y | echo x</literal> becomes <literal>echo y \| echo x</literal>.</simpara></warning>'>
2004-02-17 18:49:39 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.exec-path '<note xmlns="http://docbook.org/ns/docbook"><simpara>When
2004-02-18 02:51:09 +00:00
<link linkend="features.safe-mode">safe mode</link> is enabled, you can only
2008-02-26 20:54:48 +00:00
execute files within the <link linkend="ini.safe-mode-exec-dir">safe_mode_exec_dir</link>.
For practical reasons, it is currently not allowed to have <literal>..</literal>
components in the path to the executable.</simpara></note>'>
2004-02-18 02:51:09 +00:00
2001-07-11 22:09:40 +00:00
<!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
2008-02-26 20:54:48 +00:00
the script is operating has the same UID (owner) as the script that is being
2001-07-11 22:09:40 +00:00
executed.'>
2001-12-10 18:55:31 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY sm.disabled 'This function is disabled when PHP is running in <link xmlns="http://docbook.org/ns/docbook"
2001-12-11 20:28:09 +00:00
linkend="features.safe-mode">safe mode</link>.'>
2002-03-25 20:52:45 +00:00
<!-- Common pieces in partintro-sections -->
2009-11-09 15:58:06 +00:00
<!ENTITY no.config '<para xmlns="http://docbook.org/ns/docbook">This extension has no configuration directives defined in &php.ini;.</para>'>
<!ENTITY no.resource '<para xmlns="http://docbook.org/ns/docbook">This extension has no resource types defined.</para>'>
<!ENTITY no.constants '<para xmlns="http://docbook.org/ns/docbook">This extension has no constants defined.</para>'>
<!ENTITY no.requirement '<para xmlns="http://docbook.org/ns/docbook">No external libraries are needed to build this extension.</para>'>
<!ENTITY no.install '<para xmlns="http://docbook.org/ns/docbook">There is no installation needed to use these
2002-09-15 04:45:31 +00:00
functions; they are part of the PHP core.</para>'>
2002-04-19 13:48:20 +00:00
2003-05-01 21:52:58 +00:00
<!-- Used in every chapter that has directive descriptions -->
2009-11-09 15:58:06 +00:00
<!ENTITY ini.descriptions.title '<para xmlns="http://docbook.org/ns/docbook">Here's a short explanation of
2003-05-01 21:52:58 +00:00
the configuration directives.</para>'>
2003-11-27 01:12:34 +00:00
<!-- Common pieces for reference part BEGIN-->
2002-09-10 13:33:16 +00:00
<!-- Used in reference/$extname/ini.xml -->
2009-11-09 15:58:06 +00:00
<!ENTITY extension.runtime '<simpara xmlns="http://docbook.org/ns/docbook">
2002-09-15 04:45:31 +00:00
The behaviour of these functions is affected by settings in &php.ini;.
2002-09-10 13:33:16 +00:00
</simpara>'>
2009-04-21 08:44:34 +00:00
<!ENTITY ini.php.constants 'For further details and definitions of the
2009-11-09 15:58:06 +00:00
PHP_INI_* modes, see the <xref xmlns="http://docbook.org/ns/docbook" linkend="configuration.changes.modes"/>.'>
2004-09-02 22:26:04 +00:00
2002-04-19 13:48:20 +00:00
<!-- Used in reference/$extname/constants.xml -->
2009-11-09 15:58:06 +00:00
<!ENTITY extension.constants '<simpara xmlns="http://docbook.org/ns/docbook">
2002-09-15 04:45:31 +00:00
The constants below are defined by this extension, and
2002-04-19 13:48:20 +00:00
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</simpara>'>
2002-07-22 13:20:06 +00:00
<!-- For STANDARD Constants used in reference/$extname/constants.xml -->
2009-11-09 15:58:06 +00:00
<!ENTITY extension.constants.core '<simpara xmlns="http://docbook.org/ns/docbook">
2002-09-15 04:45:31 +00:00
The constants below are always available as part of the PHP core.
2002-07-22 13:20:06 +00:00
</simpara>'>
2002-07-27 17:00:02 +00:00
<!-- Used in reference/$extname/classes.xml -->
2009-11-09 15:58:06 +00:00
<!ENTITY extension.classes '<simpara xmlns="http://docbook.org/ns/docbook">
2002-09-15 04:45:31 +00:00
The classes below are defined by this extension, and
2002-07-27 17:00:02 +00:00
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</simpara>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.extension.php5 '<note xmlns="http://docbook.org/ns/docbook"><simpara>
2004-05-24 21:40:20 +00:00
This extension requires PHP 5.</simpara></note>'>
2005-09-16 17:36:09 +00:00
<!-- PDO entities -->
2009-11-09 15:58:06 +00:00
<!ENTITY pdo.driver-constants '<simpara xmlns="http://docbook.org/ns/docbook">The constants below are defined by
2005-09-16 17:36:09 +00:00
this driver, and will only be available when the extension has been either
compiled into PHP or dynamically loaded at runtime. In addition, these
driver-specific constants should only be used if you are using this driver.
2009-10-09 12:38:10 +00:00
Using driver-specific attributes with another driver may result in
2005-09-16 17:36:09 +00:00
unexpected behaviour. <function>PDO::getAttribute</function> may be used to
obtain the <constant>PDO_ATTR_DRIVER_NAME</constant> attribute to check the
driver, if your code can run against multiple drivers.</simpara>'>
2004-08-04 01:56:31 +00:00
<!-- PECL entities -->
2009-11-09 15:58:06 +00:00
<!ENTITY pecl.moved 'This <link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link> extension
2004-08-04 01:56:31 +00:00
is not bundled with PHP.'>
2009-11-09 15:58:06 +00:00
<!ENTITY pecl.bundled 'This <link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link> extension
2004-08-04 01:56:31 +00:00
is bundled with PHP.'>
2006-05-01 01:23:01 +00:00
<!ENTITY pecl.info 'Information for installing this PECL extension may be
2009-11-09 15:58:06 +00:00
found in the manual chapter titled <link xmlns="http://docbook.org/ns/docbook" linkend="install.pecl">Installation
2006-05-01 01:23:01 +00:00
of PECL extensions</link>. Additional information such as new releases,
2004-08-04 01:56:31 +00:00
downloads, source files, maintainer information, and a CHANGELOG, can be
located here: '>
2010-02-17 19:29:26 +00:00
<!ENTITY pecl.info.dead 'This extension is considered unmaintained and dead. However, the source code for
2010-02-17 19:58:28 +00:00
this extension is still available within <acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym>
<acronym xmlns="http://docbook.org/ns/docbook">SVN</acronym> here: '>
2010-02-17 19:29:26 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY pecl.source.4 'In PHP 4 this <acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym> extensions
source can be found in the <filename xmlns="http://docbook.org/ns/docbook">ext/</filename> directory within the
PHP source or at the <acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym> link above.'>
2004-08-04 01:56:31 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY pecl.windows.4 'In PHP 4 this <acronym xmlns="http://docbook.org/ns/docbook">DLL</acronym> resides in
the <filename xmlns="http://docbook.org/ns/docbook">extensions/</filename> directory within the PHP Windows
2004-08-04 01:56:31 +00:00
binaries download.'>
2009-11-09 15:58:06 +00:00
<!ENTITY pecl.windows.download 'A <acronym xmlns="http://docbook.org/ns/docbook">DLL</acronym> for this
<acronym xmlns="http://docbook.org/ns/docbook">PECL</acronym> extension is currently unavailable. See also the
<link xmlns="http://docbook.org/ns/docbook" linkend="install.windows.building">building on Windows</link>
2009-04-28 22:32:30 +00:00
section.'>
2007-03-04 09:39:34 +00:00
2009-04-28 22:32:30 +00:00
<!ENTITY pecl.windows.download.unbundled '&pecl.windows.download;'>
2004-12-22 16:55:54 +00:00
2009-04-21 08:44:34 +00:00
<!ENTITY pecl.moved-ver 'This extension has been moved to the
2009-11-09 15:58:06 +00:00
<link xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link> repository and is no longer bundled with
2005-02-08 19:26:30 +00:00
PHP as of PHP '>
<!-- kept for BC -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.pecl-php5 '<note xmlns="http://docbook.org/ns/docbook"><simpara>
2004-02-08 11:35:19 +00:00
This extension has been removed as of PHP 5 and moved to the
2007-06-20 22:25:43 +00:00
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pecl;">PECL</link> repository.
2004-02-08 11:28:13 +00:00
</simpara></note>'>
2003-11-27 01:12:34 +00:00
<!-- Common pieces for reference part END -->
2009-11-09 15:58:06 +00:00
<!ENTITY windows.builtin '<simpara xmlns="http://docbook.org/ns/docbook">The Windows version of PHP has built-in
2004-06-17 14:57:22 +00:00
support for this extension. You do not need to load any additional
2008-02-26 20:54:48 +00:00
extensions in order to use these functions.</simpara>'>
2002-11-25 23:40:02 +00:00
2003-01-12 19:01:11 +00:00
<!-- These are here as helpers for manual consistency and brievety-->
2009-11-09 15:58:06 +00:00
<!ENTITY safemode '<link xmlns="http://docbook.org/ns/docbook" linkend="ini.safe-mode">safe mode</link>'>
2003-01-12 19:01:11 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY sqlsafemode '<link xmlns="http://docbook.org/ns/docbook" linkend="ini.sql.safe-mode">SQL safe mode</link>'>
2005-06-09 01:24:28 +00:00
2007-01-14 03:15:21 +00:00
<!-- APD Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY apd.debug-level.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
debug_level</parameter></term><listitem><para>An integer which is formed by adding
2007-01-07 23:38:21 +00:00
together the <literal>XXX_TRACE</literal> constants.</para><para>It is not recommended
2009-04-21 08:44:34 +00:00
to use <constant>MEMORY_TRACE</constant>. It is very slow and does not appear to be accurate.
2007-01-07 23:38:21 +00:00
<constant>ASSIGNMENT_TRACE</constant> is not implemented yet.</para><para>To turn on all
functional traces (TIMING, FUNCTIONS, ARGS SUMMARY (like strace -c)) use the value 99</para>
</listitem></varlistentry>'>
2007-01-27 16:51:44 +00:00
<!-- BCMath Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY bc.scale.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-27 16:51:44 +00:00
scale</parameter></term><listitem><para>This optional parameter is used to set the number
of digits after the decimal place in the result. You can also set the global default scale
for all functions by using <function>bcscale</function>.</para></listitem></varlistentry>'>
2007-01-07 23:38:21 +00:00
2007-01-22 01:59:05 +00:00
<!-- FBSQL Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY fbsql.link-identifier.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-22 01:59:05 +00:00
link_identifier</parameter></term><listitem><para>A FrontBase link identifier
2009-04-21 08:44:34 +00:00
returned by <function>fbsql_connect</function> or
2007-01-22 01:59:05 +00:00
<function>fbsql_pconnect</function>.</para><para>If optional and not specified,
the function will try to find an open link to the FrontBase server and if no
2009-04-21 08:44:34 +00:00
such link is found it will try to create one as if
2009-01-08 16:57:24 +00:00
<function>fbsql_connect</function> was called with no arguments.</para>
2007-01-22 01:59:05 +00:00
</listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY fbsql.result.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-22 01:59:05 +00:00
result</parameter></term><listitem><para>A result identifier
2009-04-21 08:44:34 +00:00
returned by <function>fbsql_query</function> or
2007-01-22 01:59:05 +00:00
<function>fbsql_db_query</function>.</para></listitem></varlistentry>'>
2007-07-21 04:19:32 +00:00
<!-- GMP Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY gmp.return 'A GMP number <type xmlns="http://docbook.org/ns/docbook">resource</type>.'>
<!ENTITY gmp.parameter '<para xmlns="http://docbook.org/ns/docbook">It can be either a GMP number <type>resource</type>, or a
2007-07-21 04:19:32 +00:00
numeric string given that it is possible to convert the latter to a number.</para>'>
2007-01-28 04:25:58 +00:00
<!-- MySQLi Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY mysqli.result.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-28 04:25:58 +00:00
result</parameter></term><listitem><para>Procedural style only: A result set
2007-01-28 07:39:05 +00:00
identifier returned by <function>mysqli_query</function>, <function>mysqli_store_result</function>
2007-01-28 04:25:58 +00:00
or <function>mysqli_use_result</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mysqli.link.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-28 04:25:58 +00:00
link</parameter></term><listitem><para>Procedural style only: A link identifier
returned by <function>mysqli_connect</function> or <function>mysqli_init</function>
</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mysqli.stmt.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-28 04:25:58 +00:00
stmt</parameter></term><listitem><para>Procedural style only: A statement identifier
returned by <function>mysqli_stmt_init</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mysqli.available.mysqlnd 'Available only with <link xmlns="http://docbook.org/ns/docbook"
2009-10-06 15:27:14 +00:00
linkend="book.mysqlnd">mysqlnd</link>.'>
2010-10-24 20:45:34 +00:00
<!ENTITY mysqli.charset.note '<note xmlns="http://docbook.org/ns/docbook">
<para>MySQLnd always assumes the server default charset. This charset is sent during connection
hand-shake/authentication, which mysqlnd will use.</para><para>Libmysql uses the default charset set in the
<filename>my.cnf</filename> or by an explicit call to <function>mysqli_options</function> prior to
calling <function>mysqli_real_connect</function>, but after <function>mysqli_init</function>.</para></note>'>
2007-01-28 04:25:58 +00:00
2004-03-22 15:16:22 +00:00
<!-- Notes for SAPI/Apache -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.apache.nsapi-module '<note xmlns="http://docbook.org/ns/docbook"><para>As of PHP 4.3.3 you can use this function with the
2004-03-22 15:16:22 +00:00
<link linkend="ref.nsapi">NSAPI server module</link> in Netscape/iPlanet/SunONE
webservers, too.</para></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY apache.req.module '<simpara xmlns="http://docbook.org/ns/docbook">This function is only supported when PHP
2005-04-02 02:20:45 +00:00
is installed as an Apache module.</simpara>'>
2004-02-07 15:17:12 +00:00
<!-- SimpleXML Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY simplexml.iteration '<note xmlns="http://docbook.org/ns/docbook"><simpara>SimpleXML has made a rule of adding
2004-07-17 17:35:30 +00:00
iterative properties to most methods. They cannot be viewed using <function>var_dump</function>
2004-06-17 14:28:12 +00:00
or anything else which can examine objects.</simpara></note>'>
2004-02-07 15:17:12 +00:00
2004-07-24 06:11:36 +00:00
<!-- SQLite Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY sqlite.case-fold '<para xmlns="http://docbook.org/ns/docbook">The column names returned by
2005-01-12 08:51:55 +00:00
<constant>SQLITE_ASSOC</constant> and <constant>SQLITE_BOTH</constant> will be
case-folded according to the value of the
<link linkend="ini.sqlite.assoc-case">sqlite.assoc_case</link> configuration
option.</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY sqlite.decode-bin '<para xmlns="http://docbook.org/ns/docbook">When the <parameter>decode_binary</parameter>
2005-01-12 08:51:55 +00:00
parameter is set to &true; (the default), PHP will decode the binary encoding
it applied to the data if it was encoded using the
<function>sqlite_escape_string</function>. You should normally leave this
value at its default, unless you are interoperating with databases created by
other sqlite capable applications.</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY sqlite.no-unbuffered '<note xmlns="http://docbook.org/ns/docbook"><para>This function cannot be used with
2004-07-24 06:11:36 +00:00
unbuffered result handles.</para></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY sqlite.param-compat '<note xmlns="http://docbook.org/ns/docbook"><simpara>Two alternative syntaxes are
2005-01-12 08:49:38 +00:00
supported for compatibility with other database extensions (such as MySQL).
The preferred form is the first, where the <parameter>dbhandle</parameter>
parameter is the first parameter to the function.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY sqlite.result-type '<para xmlns="http://docbook.org/ns/docbook">The optional <parameter>result_type</parameter>
2005-01-12 08:49:38 +00:00
parameter accepts a constant and determines how the returned array will be
indexed. Using <constant>SQLITE_ASSOC</constant> will return only associative
2005-01-14 05:49:21 +00:00
indices (named fields) while <constant>SQLITE_NUM</constant> will return
2005-01-12 08:49:38 +00:00
only numerical indices (ordinal field numbers). <constant>SQLITE_BOTH</constant>
will return both associative and numerical indices.
<constant>SQLITE_BOTH</constant> is the default for this function.</para>'>
2003-07-02 08:47:22 +00:00
<!-- Database Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY database.field-case '<note xmlns="http://docbook.org/ns/docbook"><simpara>Field names returned by this function
2003-07-12 18:10:58 +00:00
are <emphasis>case-sensitive</emphasis>.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY database.fetch-null '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function sets NULL fields to
2008-02-26 20:54:48 +00:00
the PHP &null; value.</simpara></note>'>
2004-07-26 14:02:10 +00:00
2005-04-04 22:07:59 +00:00
<!-- MSQL Notes -->
<!-- The msql.*.description entities are used in the parameters refsect1 -->
2009-11-09 15:58:06 +00:00
<!ENTITY msql.linkid.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2005-04-04 22:07:59 +00:00
link_identifier</parameter></term><listitem><para>The mSQL connection.
If not specified, the last link opened by <function>msql_connect</function>
is assumed. If no such link is found, the function will try to establish a
link as if <function>msql_connect</function> was called, and use it.
</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY msql.result.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2005-04-04 22:07:59 +00:00
result</parameter></term><listitem><para>The result <type>resource</type> that
2009-04-21 08:44:34 +00:00
is being evaluated. This result comes from a call to
2005-04-04 22:07:59 +00:00
<function>msql_query</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY msql.field-offset.req.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
field_offset</parameter></term><listitem><para>The numerical field offset. The
2005-04-04 22:07:59 +00:00
<parameter>field_offset</parameter> starts at <literal>1</literal>.</para></listitem></varlistentry>'>
2005-03-30 04:45:34 +00:00
<!-- MySQL Notes -->
2005-03-31 07:42:34 +00:00
<!-- The mysql.*.description entities are used in the parameters refsect1 -->
2009-11-09 15:58:06 +00:00
<!ENTITY mysql.linkid.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
link_identifier</parameter></term><listitem><para>The MySQL connection. If the
link identifier is not specified, the last link opened by
2005-03-30 08:17:03 +00:00
<function>mysql_connect</function> is assumed. If no such link is found, it
will try to create one as if <function>mysql_connect</function> was called
2009-09-30 06:44:46 +00:00
with no arguments. If no connection is found or established, an
2008-02-26 20:54:48 +00:00
<constant>E_WARNING</constant> level error is generated.</para></listitem>
2005-03-31 07:42:34 +00:00
</varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mysql.result.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2005-03-31 07:42:34 +00:00
result</parameter></term><listitem><para>The result <type>resource</type> that
2009-04-21 08:44:34 +00:00
is being evaluated. This result comes from a call to
2005-03-31 07:42:34 +00:00
<function>mysql_query</function>.</para></listitem></varlistentry>'>
2009-11-09 15:58:06 +00:00
<!ENTITY mysql.field-offset.req.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
field_offset</parameter></term><listitem><para>The numerical field offset. The
<parameter>field_offset</parameter> starts at <literal>0</literal>. If
2005-03-31 07:42:34 +00:00
<parameter>field_offset</parameter> does not exist, an error of level
<constant>E_WARNING</constant> is also issued.</para></listitem></varlistentry>'>
2005-03-30 04:45:34 +00:00
2003-07-12 18:10:58 +00:00
<!-- Sybase Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY sybase.ct.only '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available when
2008-02-26 20:54:48 +00:00
using the CT library interface to Sybase, and not with the DB library.
</simpara></note>'>
2004-06-17 14:28:12 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY sybase.db.only '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available when
2008-02-26 20:54:48 +00:00
using the DB library interface to Sybase, and not with the CT library.</simpara></note>'>
2003-07-02 08:47:22 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY sybase.linkid.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
link_identifier</parameter></term><listitem><para>The Sybase connection. If the
link identifier is not specified, the last link opened by
2005-04-07 15:38:29 +00:00
<function>sybase_connect</function> is assumed. If no such link is found, it
will try to create one as if <function>sybase_connect</function> was called
2008-02-26 20:54:48 +00:00
with no arguments. If no connection is found or established, an
<constant>E_WARNING</constant> level error is generated.</para></listitem>
2005-04-07 15:38:29 +00:00
</varlistentry>'>
2007-01-11 00:17:19 +00:00
<!-- CPDF Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY cpdf.ul '<para xmlns="http://docbook.org/ns/docbook">The optional parameter <parameter>mode</parameter>
2008-02-26 20:54:48 +00:00
determines the unit length. If it is <literal>0</literal> or omitted, the
default unit as specified for the page is used. In other cases, the coordinates
are measured in postscript points, disregarding the current unit.</para>'>
2003-08-15 00:11:05 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY cpdf.mode.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-11 00:17:19 +00:00
mode</parameter></term><listitem><para>The optional parameter <parameter>mode</parameter>
2008-02-26 20:54:48 +00:00
determines the unit length. If it is <literal>0</literal> or omitted, the
default unit as specified for the page is used. In other cases, the coordinates
are measured in postscript points, disregarding the current unit.</para>
</listitem></varlistentry>'>
2007-01-11 00:17:19 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY cpdf.pdf-document.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2007-01-11 00:17:19 +00:00
pdf_document</parameter></term><listitem><para>The document handle, returned by
<function>cpdf_open</function>.</para></listitem></varlistentry>'>
2005-01-03 13:10:18 +00:00
<!-- Xattr entities -->
2009-11-09 15:58:06 +00:00
<!ENTITY xattr.namespace '<para xmlns="http://docbook.org/ns/docbook">Extended attributes have two different namespaces: user
2008-02-26 20:54:48 +00:00
and root. The user namespace is available to all users, while the root namespace
is available only to users with root privileges. xattr operates on the user
namespace by default, but this can be changed with the
<parameter>flags</parameter> parameter.</para>'>
2005-01-03 13:10:18 +00:00
2003-04-11 12:44:32 +00:00
<!-- Notes for IPv6 -->
2009-11-09 15:58:06 +00:00
<!ENTITY ipv6.brackets '<note xmlns="http://docbook.org/ns/docbook"><simpara>When specifying a numerical IPv6 address
2008-02-26 20:54:48 +00:00
(e.g. <literal>fe80::1</literal>), you must enclose the IP in square
brackets—for example, <literal>tcp://[fe80::1]:80</literal>.</simpara></note>'>
2003-04-17 21:48:30 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY ipv6.php5 '<note xmlns="http://docbook.org/ns/docbook"><simpara>IPv6 Support was added in PHP 5.0.0.
2008-02-26 20:54:48 +00:00
</simpara></note>'>
2003-12-07 21:59:52 +00:00
<!-- Notes for tidy -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.tidy.ze2 '<note xmlns="http://docbook.org/ns/docbook"><simpara> This function is only available with
2008-02-26 20:54:48 +00:00
Zend Engine 2 (PHP >= 5.0.0).</simpara></note>'>
2004-01-18 11:35:47 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY tidy.object 'The <classname xmlns="http://docbook.org/ns/docbook">Tidy</classname> object.'>
2009-04-13 09:00:01 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.tidy.1only '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function is only available in
2008-02-26 20:54:48 +00:00
Tidy 1.0. It became obsolete in Tidy 2.0, and thus has been removed.
</simpara></note>'>
2004-01-19 19:57:18 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.tidy.2only '<note xmlns="http://docbook.org/ns/docbook"><simpara>The optional parameters
2004-06-17 14:57:22 +00:00
<parameter>config</parameter> and <parameter>encoding</parameter> were
2004-01-19 19:57:18 +00:00
added in Tidy 2.0.</simpara></note>'>
2004-02-25 11:07:43 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY tidy.conf-enc '<para xmlns="http://docbook.org/ns/docbook">The <parameter>config</parameter> parameter
2008-02-26 20:54:48 +00:00
can be passed either as an array or as a string. If a string is passed,
it is interpreted as the name of the configuration file, otherwise, it is
interpreted as the options themselves. Check
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.tidy.conf;">&url.tidy.conf;</link>
2004-06-04 20:29:35 +00:00
for an explanation about each option.</para><para>The
<parameter>encoding</parameter> parameter sets the encoding for input/output
documents. The possible values for <parameter>encoding</parameter> are:
2008-02-26 20:54:48 +00:00
<literal>ascii</literal>, <literal>latin0</literal>, <literal>latin1</literal>,
<literal>raw</literal>, <literal>utf8</literal>, <literal>iso2022</literal>,
<literal>mac</literal>, <literal>win1252</literal>, <literal>ibm858</literal>,
<literal>utf16</literal>, <literal>utf16le</literal>,
<literal>utf16be</literal>, <literal>big5</literal> and
<literal>shiftjis</literal>.</para>'>
2004-06-04 20:29:35 +00:00
<!-- Snippets for the installation section -->
2009-11-09 15:58:06 +00:00
<!ENTITY warn.apache2.compat '<warning xmlns="http://docbook.org/ns/docbook"><para>We do not recommend using a
2009-12-13 14:40:11 +00:00
threaded MPM in production with Apache 2. Use the prefork MPM, which is
the default MPM with Apache 2.0 and 2.2.
For information on why, read the related FAQ entry on using
2005-03-29 21:55:07 +00:00
<link linkend="faq.installation.apache2">Apache2 with a threaded MPM</link></para></warning>'>
2004-06-17 14:28:12 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.apache.slashes '<note xmlns="http://docbook.org/ns/docbook"><simpara>Remember that when adding
2004-06-05 20:47:47 +00:00
path values in the Apache configuration files on Windows, all backslashes
2009-12-13 14:40:11 +00:00
such as <filename>c:\directory\file.ext</filename> should be converted to
2008-02-26 20:54:48 +00:00
forward slashes: <filename>c:/directory/file.ext</filename>. A trailing
2006-04-22 05:23:39 +00:00
slash may also be necessary for directories.</simpara></note>'>
2004-07-16 15:45:02 +00:00
<!-- Snippets and titles for the contributors section -->
2004-08-03 12:39:20 +00:00
<!ENTITY Credit.Authors.and.Contributors 'Authors and Contributors'>
2009-11-09 15:58:06 +00:00
<!ENTITY Credit.Introduction '<para xmlns="http://docbook.org/ns/docbook"> We highlight the currently most active
2008-02-26 20:54:48 +00:00
people on front page of the manual, but there are many more contributors who
currently help in our work or have provided a great amount of help to the project
in the past. There are a lot of unnamed people who help out with user
2004-08-03 12:39:20 +00:00
notes on manual pages, which continually get included in the references, the
2008-02-26 20:54:48 +00:00
work of whom we are also very thankful for. All of the lists provided below are in
2004-08-03 12:39:20 +00:00
alphabetical order.
</para>'>
2004-07-16 15:45:02 +00:00
<!ENTITY Credit.Authors.and.Editors 'Authors and Editors'>
2004-08-12 19:14:02 +00:00
<!ENTITY Credit.Past.Authors.Text 'The following contributors should be
recognized for the impact they have made and/or continue to make by adding
content to the manual:'>
2004-07-21 10:13:51 +00:00
2004-08-12 19:14:02 +00:00
<!ENTITY Credit.Past.Editors.Text 'The following contributors have done
significant work editing the manual:'>
2004-07-16 15:45:02 +00:00
<!ENTITY Credit.Note.Editors.Title 'User Note Maintainers'>
2004-08-12 19:14:02 +00:00
<!ENTITY Credit.Note.Editors.Active 'The currently most active maintainers are:'>
2004-07-16 15:45:02 +00:00
<!ENTITY Credit.Note.Editors.Inactive 'These people have also put a lot of effort
2004-08-12 19:14:02 +00:00
into managing user notes:'>
2004-07-16 15:45:02 +00:00
2004-12-13 15:06:21 +00:00
<!ENTITY listendand ' and'>
2004-08-23 23:01:15 +00:00
2005-05-01 17:33:09 +00:00
<!-- classkit and runkit entities -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.classkit.selfmanipulation '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function cannot
2004-08-24 02:34:36 +00:00
be used to manipulate the currently running (or chained) method.</simpara>
2004-08-23 23:01:15 +00:00
</note>'>
2005-05-01 17:33:09 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.runkit.selfmanipulation '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function cannot
2005-05-01 17:33:09 +00:00
be used to manipulate the currently running (or chained) method.</simpara>
</note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.runkit.sandbox '<note xmlns="http://docbook.org/ns/docbook"><simpara>Sandbox support (required for
2005-05-02 21:26:11 +00:00
<function>runkit_lint</function>, <function>runkit_lint_file</function>,
2008-02-26 20:54:48 +00:00
and the <classname>Runkit_Sandbox</classname> class) is only available as of
PHP 5.1.0 or specially patched versions of PHP 5.0, and requires that thread
safety be enabled.
See the <filename>README</filename> file included in the runkit package for
more information.</simpara></note>'>
2005-07-21 21:37:49 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.runkit.internal-override '<note xmlns="http://docbook.org/ns/docbook"><simpara>By default, only
2005-11-16 23:55:07 +00:00
userspace functions may be removed, renamed, or modified. In order to
override internal functions, you must enable the
2008-02-26 20:54:48 +00:00
<literal>runkit.internal_override</literal> setting in &php.ini;.</simpara>
</note>'>
2005-11-16 23:55:07 +00:00
2005-07-21 21:37:49 +00:00
<!-- SSH2 Extension -->
2009-11-09 15:58:06 +00:00
<!ENTITY note.ssh2.subsystem.publickey '<note xmlns="http://docbook.org/ns/docbook"><simpara>The public key subsystem
2008-02-26 20:54:48 +00:00
is used for managing public keys on a server to which the client is
2005-07-21 21:37:49 +00:00
<emphasis>already</emphasis> authenticated. To authenticate to a remote system
2008-02-26 20:54:48 +00:00
using public key authentication, use the
<function>ssh2_auth_pubkey_file</function> function instead.</simpara></note>'>
2006-07-24 11:43:55 +00:00
<!-- HTTP -->
2009-11-09 15:58:06 +00:00
<!ENTITY see.http.request.options '<para xmlns="http://docbook.org/ns/docbook">See the full list of &link.http.request.options;.</para>'>
<!ENTITY see.http.configuration.force_exit 'See the &link.http.configuration;
<link xmlns="http://docbook.org/ns/docbook" linkend="http.configuration.force-exit">http.force_exit</link> for what "exits" means.'>
<!ENTITY link.http.configuration '<link xmlns="http://docbook.org/ns/docbook" linkend="http.configuration">INI setting</link>'>
<!ENTITY link.http.request.option '<link xmlns="http://docbook.org/ns/docbook" linkend="http.request.options">request option</link>'>
<!ENTITY link.http.request.options '<link xmlns="http://docbook.org/ns/docbook" linkend="http.request.options">request options</link>'>
<!ENTITY link.http.request.info '<link xmlns="http://docbook.org/ns/docbook" linkend="http.request.info">Request/response information</link>'>
2008-02-26 20:54:48 +00:00
<!ENTITY returns.http.response 'Returns the HTTP response(s) as string on
success, or &false; on failure.'>
2009-11-09 15:58:06 +00:00
<!ENTITY returns.http.false.orexits 'Returns &false; or <emphasis xmlns="http://docbook.org/ns/docbook">exits</emphasis> on success'>
2007-03-27 10:16:13 +00:00
<!ENTITY http.request.affects 'Affects the following request method(s) only:'>
<!ENTITY http.request.affects.any 'Affects any request method.'>
2009-11-09 15:58:06 +00:00
<!ENTITY http.response.class.php51 'the <link xmlns="http://docbook.org/ns/docbook" linkend="class.httpresponse">
2008-02-26 20:54:48 +00:00
<classname>HttpResponse</classname></link> class if you are using PHP 5.1.0
and above'>
2007-04-07 16:37:13 +00:00
<!ENTITY http.maynotwork.SAPI 'This may not work as expected with the following SAPI(s):'>
2009-11-09 15:58:06 +00:00
<!ENTITY http.content.disposition 'The <literal xmlns="http://docbook.org/ns/docbook">Content-Disposition</literal>
2008-02-26 20:54:48 +00:00
header is very useful if the data actually being sent came from a file or
something similar, that should be "saved" by the client/user (i.e. by
the browser's "Save as..." popup window).'>
2009-11-09 15:58:06 +00:00
<!ENTITY http.use.ob_start 'For use with <function xmlns="http://docbook.org/ns/docbook">ob_start</function>.'>
2007-04-07 16:37:13 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY note.http.response.recalculate.etag.lm '<note xmlns="http://docbook.org/ns/docbook"><simpara>Previously calculated or defined <literal>ETag</literal>
2007-04-07 16:37:13 +00:00
and <literal>Last-Modified</literal> will be recalculated and redefined.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.http.throttling.yields.process '<note xmlns="http://docbook.org/ns/docbook"><simpara>Provides a basic throttling mechanism, which will yield
2008-02-26 20:54:48 +00:00
the current process or thread until the entity has been completely sent.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.http.send.API '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function should be used in conjunction with
2007-04-04 19:06:27 +00:00
<function>http_send_data</function>, <function>http_send_file</function> &listendand; <function>http_send_stream</function>.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.http.send.API.mayuse '<note xmlns="http://docbook.org/ns/docbook"><simpara>This function may be used in conjunction with
2007-04-04 19:06:27 +00:00
<function>http_send_data</function>, <function>http_send_file</function> &listendand; <function>http_send_stream</function>.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.http.request.encodecookies '<note xmlns="http://docbook.org/ns/docbook"><simpara>The &link.http.request.option; <literal>encodecookies</literal> controls
2007-03-27 10:16:13 +00:00
whether the cookie values should be <function>urlencode</function>d.</simpara></note>'>
2009-11-09 15:58:06 +00:00
<!ENTITY note.http.request.affects.any '<note xmlns="http://docbook.org/ns/docbook"><simpara>&http.request.affects.any;</simpara></note>'>
<!ENTITY note.http.ob.once '<note xmlns="http://docbook.org/ns/docbook"><simpara>This output handler can only be used once.</simpara></note>'>
2007-01-01 15:32:59 +00:00
<!-- XMLWriter Notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY xmlwriter.xmlwriter.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>
2009-04-21 08:44:34 +00:00
xmlwriter</parameter></term><listitem><para>Only for procedural calls.
2007-01-01 15:32:59 +00:00
The XMLWriter <type>resource</type> that is being modified. This resource comes from a call to <function>xmlwriter_open_uri</function> or <function>xmlwriter_open_memory</function>.</para></listitem></varlistentry>'>
2007-06-05 02:25:16 +00:00
2009-03-15 11:04:40 +00:00
<!-- SOAP notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY soap.wsdl.mode.only "<note xmlns='http://docbook.org/ns/docbook'><para>This function only works in WSDL mode.</para></note>">
2009-03-15 11:04:40 +00:00
2009-11-09 05:44:25 +00:00
<!-- Stomp notes -->
2009-11-09 16:04:52 +00:00
<!ENTITY stomp.param.link "<varlistentry xmlns='http://docbook.org/ns/docbook'><term><parameter>link</parameter></term><listitem><para>Procedural style only: The stomp link identifier returned by <function>stomp_connect</function>.</para></listitem></varlistentry>">
<!ENTITY stomp.param.headers "<varlistentry xmlns='http://docbook.org/ns/docbook'><term><parameter>headers</parameter></term><listitem><para>Associative array containing the additional headers (example: receipt).</para></listitem></varlistentry>">
<!ENTITY stomp.note.transaction "<note xmlns='http://docbook.org/ns/docbook'><para>A transaction header may be specified, indicating that the message acknowledgment should be part of the named transaction.</para></note>">
<!ENTITY stomp.note.sync "<tip xmlns='http://docbook.org/ns/docbook'><simpara>Stomp is inherently asynchronous. Synchronous communication can be implemented adding a receipt header. This will cause methods to not return anything until the server has acknowledged receipt of the message or until read timeout was reached.</simpara></tip>">
2009-11-09 05:44:25 +00:00
2007-06-21 04:17:51 +00:00
<!-- SVN notes -->
2009-11-09 15:58:06 +00:00
<!ENTITY svn.relativepath "<note xmlns='http://docbook.org/ns/docbook'><simpara>Relative paths will be resolved as if the current working directory was the one that contains the PHP binary. To use the calling script's working directory, use <function>realpath</function> or dirname(__FILE__).</simpara></note>">
<!ENTITY svn.referto.status 'Refer to <link xmlns="http://docbook.org/ns/docbook" linkend="svn.constants.status">status constants</link> for possible values.'>
<!ENTITY svn.referto.type 'Refer to <link xmlns="http://docbook.org/ns/docbook" linkend="svn.constants.type">type constants</link> for possible values.'>
2007-06-21 04:17:51 +00:00
2007-06-05 02:25:16 +00:00
<!-- Imagick generic return types -->
2007-06-14 06:13:42 +00:00
<!ENTITY imagick.return.success 'Returns &true; on success.'>
<!ENTITY imagick.imagick.throws 'Throws ImagickException on error.'>
<!ENTITY imagick.imagickdraw.throws 'Throws ImagickDrawException on error.'>
<!ENTITY imagick.imagickpixel.throws 'Throws ImagickPixelException on error.'>
<!ENTITY imagick.imagickpixeliterator.throws 'Throws ImagickPixelIteratorException on error.'>
2007-12-13 17:59:01 +00:00
2009-02-15 21:58:51 +00:00
<!-- Imagick version infos -->
<!ENTITY imagick.method.available.0x629 'This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.'>
2009-05-02 10:20:44 +00:00
<!ENTITY imagick.method.available.0x631 'This method is available if Imagick has been compiled against ImageMagick version 6.3.1 or newer.'>
<!ENTITY imagick.method.available.0x632 'This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer.'>
2009-08-03 20:12:22 +00:00
<!ENTITY imagick.method.available.0x636 'This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.'>
2009-08-09 18:41:09 +00:00
<!ENTITY imagick.method.available.0x637 'This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer.'>
2009-08-09 18:50:25 +00:00
<!ENTITY imagick.method.available.0x638 'This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer.'>
2009-08-09 21:21:26 +00:00
<!ENTITY imagick.method.available.0x639 'This method is available if Imagick has been compiled against ImageMagick version 6.3.9 or newer.'>
2009-08-16 13:37:55 +00:00
<!ENTITY imagick.method.available.0x640 'This method is available if Imagick has been compiled against ImageMagick version 6.4.0 or newer.'>
2009-08-18 20:26:58 +00:00
<!ENTITY imagick.method.available.0x641 'This method is available if Imagick has been compiled against ImageMagick version 6.4.1 or newer.'>
2009-08-16 13:37:55 +00:00
<!ENTITY imagick.method.available.0x642 'This method is available if Imagick has been compiled against ImageMagick version 6.4.2 or newer.'>
2009-08-18 20:26:58 +00:00
<!ENTITY imagick.method.available.0x643 'This method is available if Imagick has been compiled against ImageMagick version 6.4.3 or newer.'>
2009-08-16 13:37:55 +00:00
<!ENTITY imagick.method.available.0x644 'This method is available if Imagick has been compiled against ImageMagick version 6.4.4 or newer.'>
2009-09-20 02:12:07 +00:00
<!ENTITY imagick.method.available.0x645 'This method is available if Imagick has been compiled against ImageMagick version 6.4.5 or newer.'>
2009-10-31 18:08:36 +00:00
<!ENTITY imagick.method.available.0x647 'This method is available if Imagick has been compiled against ImageMagick version 6.4.7 or newer.'>
<!ENTITY imagick.method.available.0x649 'This method is available if Imagick has been compiled against ImageMagick version 6.4.9 or newer.'>
<!ENTITY imagick.method.available.0x653 'This method is available if Imagick has been compiled against ImageMagick version 6.5.3 or newer.'>
2010-07-19 18:47:31 +00:00
<!ENTITY imagick.method.available.0x657 'This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer.'>
2009-08-16 13:37:55 +00:00
<!ENTITY imagick.constant.available 'This constant is available if Imagick has been compiled against ImageMagick version'>
2009-08-09 18:50:25 +00:00
<!-- Imagick default channel information -->
2009-11-09 15:58:06 +00:00
<!ENTITY imagick.default.channel.info 'Defaults to <constant xmlns="http://docbook.org/ns/docbook">Imagick::CHANNEL_DEFAULT</constant>. Refer to this list of <link xmlns="http://docbook.org/ns/docbook" linkend="imagick.constants.channel">channel constants</link>'>
2009-02-15 21:58:51 +00:00
2009-08-09 21:01:22 +00:00
<!-- Fuzz parameter -->
<!ENTITY imagick.parameter.fuzz 'The amount of fuzz. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.'>
<!-- Channel parameter -->
2009-11-09 15:58:06 +00:00
<!ENTITY imagick.parameter.channel 'Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine <link xmlns="http://docbook.org/ns/docbook" linkend="imagick.constants.channel">channel constants</link> using bitwise operators. &imagick.default.channel.info;'>
2009-08-09 21:01:22 +00:00
<!-- Alpha parameter -->
<!ENTITY imagick.parameter.alpha 'The level of transparency: 1.0 is fully opaque and 0.0 is fully transparent.'>
2009-04-13 09:01:59 +00:00
<!ENTITY imagick.imagickexception.throw 'Throw an
2009-11-09 15:58:06 +00:00
<classname xmlns="http://docbook.org/ns/docbook">ImagickException</classname> on error.'>
2009-04-13 08:46:59 +00:00
2009-10-31 13:05:16 +00:00
<!ENTITY imagick.bestfit.note '<note xmlns="http://docbook.org/ns/docbook">
<simpara>
The behavior of the parameter <parameter>bestfit</parameter> changed in Imagick 3.0.0.
Before this version given dimensions 400x400 an image of dimensions 200x150 would be
left untouched. In Imagick 3.0.0 and later the image would be scaled up to size 400x300 as
this is the "best fit" for the given dimensions. If <parameter>bestfit</parameter>
parameter is used both width and height must be given.
</simpara>
</note>'>
2007-12-13 17:59:01 +00:00
<!ENTITY note.openssl.cnf '<note xmlns="http://docbook.org/ns/docbook">
<simpara>
You need to have a valid <filename>openssl.cnf</filename> installed for
this function to operate correctly.
See the notes under <link linkend="openssl.installation">the installation
section</link> for more information.
</simpara>
</note>'>
<!ENTITY note.openssl.param-notext '<para xmlns="http://docbook.org/ns/docbook">
The optional parameter <parameter>notext</parameter> affects
2008-02-26 20:54:48 +00:00
the verbosity of the output; if it is &false;, then additional human-readable
2007-12-13 17:59:01 +00:00
information is included in the output. The default value of
<parameter>notext</parameter> is &true;.
</para>'>
<!-- COM/Dotnet -->
<!ENTITY com.variant-arith '<note xmlns="http://docbook.org/ns/docbook">
<para>
As with all the variant arithmetic functions, the parameters for this function
can be either a PHP native type (integer, string, floating point, boolean or
&null;), or an instance of a COM, VARIANT or DOTNET class. PHP native types
will be converted to variants using the same rules as found in the constructor
for the <xref linkend="class.variant"/> class. COM and DOTNET objects
will have the value of their default property taken and used as the variant value.
</para>
<para>
The variant arithmetic functions are wrappers around the similarly named
functions in the COM library; for more information on these functions, consult
the MSDN library. The PHP functions are named slightly differently; for example
2008-02-26 20:54:48 +00:00
<function>variant_add</function> in PHP corresponds to <literal>VarAdd()
</literal> in the MSDN documentation.
2007-12-13 17:59:01 +00:00
</para>
</note>
'>
<!ENTITY com.use-oo-instead '<note xmlns="http://docbook.org/ns/docbook">
<simpara>
This function does not exist in PHP 5; instead, you should use the regular
and more natural OO syntax to access properties or call methods.
</simpara>
</note>
'>
2008-01-21 15:23:52 +00:00
<!-- phar -->
2008-02-26 20:54:48 +00:00
<!ENTITY phar.write '<note xmlns="http://docbook.org/ns/docbook"><para>This
2008-03-24 15:24:17 +00:00
method requires the &php.ini; setting <literal>phar.readonly</literal> to be
set to <literal>0</literal> in order to work for <classname>Phar</classname>
2008-03-25 03:21:33 +00:00
objects. Otherwise, a <classname>PharException</classname> will be thrown.</para></note>'>
2008-04-26 17:18:03 +00:00
2008-05-02 04:36:22 +00:00
<!ENTITY phar.removed.pharcompress '<note xmlns="http://docbook.org/ns/docbook"><para>This
method has been removed from the phar extension as of version 2.0.0. Alternative
implementations are available using <function>Phar::compress</function>,
<function>Phar::decompress</function>, <function>Phar::compressFiles</function> and
<function>Phar::decompressFiles</function>.</para></note>'>
<!ENTITY phar.removed.pharfileinfocompress '<note xmlns="http://docbook.org/ns/docbook"><para>This
method has been removed from the phar extension as of version 2.0.0. Alternative
implementations are available using <function>PharFileInfo::isCompressed</function>,
<function>PharFileInfo::decompress</function>, and <function>PharFileInfo::compress</function>.</para></note>'>
2008-08-23 17:08:59 +00:00
2010-06-29 19:21:07 +00:00
<!-- XML -->
<!ENTITY libxml.required '<para xmlns="http://docbook.org/ns/docbook">This extension requires the
<link linkend="book.libxml">libxml</link> PHP extension. This means that passing in
<option role="configure">--enable-libxml</option> is also required, although this is implicitly accomplished
because libxml is enabled by default.</para>'>
2008-08-23 17:08:59 +00:00
<!-- XMLReader -->
2009-11-09 15:58:06 +00:00
<!ENTITY xmlreader.libxml20620.note '<caution xmlns="http://docbook.org/ns/docbook"><para>This function is only available when PHP is compiled against libxml 20620 or later.</para></caution>'>
2008-08-23 17:08:59 +00:00
2008-10-24 23:11:12 +00:00
<!-- inotify -->
2009-04-21 08:44:34 +00:00
<!ENTITY inotify.instance.description 'Resource returned by
2009-11-09 15:58:06 +00:00
<function xmlns="http://docbook.org/ns/docbook">inotify_init</function>'>
2008-10-24 23:11:12 +00:00
2009-03-31 07:53:15 +00:00
<!-- User streams -->
2009-11-09 15:58:06 +00:00
<!ENTITY userstream.not.implemented.warning '<para xmlns="http://docbook.org/ns/docbook">Emits
2009-03-31 07:53:15 +00:00
<constant>E_WARNING</constant> if call to this method fails
(i.e. not implemented).</para>'>
2009-11-09 15:58:06 +00:00
<!ENTITY userstream.updates.context '<note xmlns="http://docbook.org/ns/docbook"><para>The
2009-03-31 07:53:15 +00:00
<varname linkend="streamwrapper.props.context">streamWrapper->context</varname>
2009-03-31 18:41:32 +00:00
property is updated if a valid context is passed to the caller function.</para></note>'>
2009-07-07 12:50:28 +00:00
<!-- Gmagick -->
<!ENTITY gmagick.return.success 'Returns &true; on success.'>
<!ENTITY gmagick.gmagickexception.throw 'Throws an
2009-11-09 15:58:06 +00:00
<classname xmlns="http://docbook.org/ns/docbook">GmagickException</classname> on error.'>
2009-07-07 12:50:28 +00:00
2009-08-15 17:17:22 +00:00
<!-- Reflection -->
2009-11-09 15:58:06 +00:00
<!ENTITY reflection.export.return 'If the <parameter xmlns="http://docbook.org/ns/docbook">return</parameter> parameter
is set to &true;, then the export is returned as a <type xmlns="http://docbook.org/ns/docbook">string</type>,
2009-08-15 17:17:22 +00:00
otherwise &null; is returned.'>
<!ENTITY reflection.export.param.return 'Setting to &true; will return the export,
as opposed to emitting it. Setting to &false; (the default) will do the opposite.'>
<!ENTITY reflection.export.param.name 'The reflection to export.'>
2009-10-07 21:19:36 +00:00
<!-- SPL -->
2009-11-09 15:58:06 +00:00
<!ENTITY spl.datastructures.intro.title '<title xmlns="http://docbook.org/ns/docbook">Datastructures</title>'>
2009-10-07 21:19:36 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY spl.exceptions.intro.title '<title xmlns="http://docbook.org/ns/docbook">Exceptions</title>'>
<!ENTITY spl.exceptions.intro '<partintro xmlns="http://docbook.org/ns/docbook"><para>SPL provides a set of standard Exceptions.</para><para>See also the <xref linkend="reserved.exceptions" /></para></partintro>'>
2009-10-07 21:19:36 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY spl.files.intro.title '<title xmlns="http://docbook.org/ns/docbook">File Handling</title>'>
<!ENTITY spl.files.intro '<partintro xmlns="http://docbook.org/ns/docbook"><para>SPL provides a number of classes to work with files.</para></partintro>'>
2009-10-07 21:19:36 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY spl.interfaces.intro.title '<title xmlns="http://docbook.org/ns/docbook">Interfaces</title>'>
<!ENTITY spl.interfaces.intro '<para xmlns="http://docbook.org/ns/docbook">SPL provides a set of interfaces.</para><para xmlns="http://docbook.org/ns/docbook">See also the <xref linkend="reserved.interfaces" /></para>'>
<!ENTITY spl.interfaces.list '<title xmlns="http://docbook.org/ns/docbook">Interface list</title>'>
2009-10-07 21:19:36 +00:00
2009-11-09 15:58:06 +00:00
<!ENTITY spl.iterators.intro.title '<title xmlns="http://docbook.org/ns/docbook">Iterators</title>'>
<!ENTITY spl.iterators.intro '<para xmlns="http://docbook.org/ns/docbook">SPL provides a set of iterators to traverse over objects.</para>'>
2009-10-07 21:19:36 +00:00
2010-01-09 11:16:36 +00:00
<!ENTITY spl.misc.intro.title '<title xmlns="http://docbook.org/ns/docbook">Miscellaneous Classes and Interfaces</title>'>
<!ENTITY spl.misc.intro '<partintro xmlns="http://docbook.org/ns/docbook"><para>Classes and interfaces which do not fit into the other SPL categories.</para></partintro>'>
2010-10-21 19:11:22 +00:00
<!-- Win32Service -->
<!ENTITY win32service.false.error ', &false; if there is a problem with the parameters or a <link xmlns="http://docbook.org/ns/docbook" linkend="win32service.constants.errors">Win32 Error Code</link> on failure.'>
<!ENTITY win32service.success.false.error 'Returns &true; on success&win32service.false.error;'>
<!ENTITY win32service.noerror.false.error 'Returns <constant xmlns="http://docbook.org/ns/docbook">WIN32_NO_ERROR</constant> on success&win32service.false.error;'>