mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
nuke tab
link ini opts git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203775 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab0b667a97
commit
611975374e
1 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.output-add-rewrite-var">
|
||||
<refnamediv>
|
||||
<refname>output_add_rewrite_var</refname>
|
||||
|
@ -15,16 +15,16 @@
|
|||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function adds another name/value pair to the URL rewrite mechanism.
|
||||
This function adds another name/value pair to the URL rewrite mechanism.
|
||||
The name and value will be added to URLs (as GET parameter) and forms
|
||||
(as hidden input fields) the same way as the
|
||||
session ID when transparent URL rewriting is enabled with
|
||||
<parameter>session.use_trans_sid</parameter>.
|
||||
(as hidden input fields) the same way as the session ID when transparent
|
||||
URL rewriting is enabled with <link
|
||||
linkend="ini.session.use-trans-sid">session.use_trans_sid</link>.
|
||||
</para>
|
||||
<para>
|
||||
This functions behavior is controled by the <literal>url_rewriter.tags</literal>
|
||||
&php.ini; parameter. See the <link linkend="ref.session">session</link> section
|
||||
for further details on this setting.
|
||||
This functions behavior is controled by the <link
|
||||
linkend="ini.url-rewriter.tags">url_rewriter.tags</link> &php.ini;
|
||||
parameter.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue