mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
we usually use double quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75588 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a95e0af234
commit
f530fa57db
1 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.apache">
|
||||
<title>Apache-specific Functions</title>
|
||||
<titleabbrev>Apache</titleabbrev>
|
||||
|
@ -66,9 +66,7 @@
|
|||
<methodsynopsis>
|
||||
<type>string</type><methodname>apache_note</methodname>
|
||||
<methodparam><type>string</type><parameter>note_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>
|
||||
note_value
|
||||
</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>note_value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>apache_note</function> is an Apache-specific function
|
||||
|
@ -209,7 +207,7 @@ while (list ($header, $value) = each ($headers)) {
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.apache-child-terminate'>
|
||||
<refentry id="function.apache-child-terminate">
|
||||
<refnamediv>
|
||||
<refname>apache_child_terminate</refname>
|
||||
<refpurpose>Terminate apache process after this request</refpurpose>
|
||||
|
@ -233,7 +231,7 @@ while (list ($header, $value) = each ($headers)) {
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.apache-setenv'>
|
||||
<refentry id="function.apache-setenv">
|
||||
<refnamediv>
|
||||
<refname>apache_setenv</refname>
|
||||
<refpurpose>Set an Apache subprocess_env variable</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue