mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix bug #23263
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123826 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e8c85ca00c
commit
5eadb57d67
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.header">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<type>int</type><methodname>header</methodname>
|
||||
<methodparam><type>string</type><parameter>string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>replace</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>http_reponse_code</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>http_response_code</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>header</function> is used to send raw
|
||||
|
|
Loading…
Reference in a new issue