mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- updates on "exits with"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232944 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4c4a83accc
commit
5f117dfcb5
5 changed files with 25 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="http.configuration">
|
||||
<refnamediv>
|
||||
<refname>Configuration</refname>
|
||||
|
@ -87,6 +87,7 @@
|
|||
<entry>
|
||||
Allowed request methods. If a client issues a request with a request method
|
||||
other than listed here, PHP exits with a status of "405 Method not allowed".
|
||||
&see.http.configuration.force_exit;
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
@ -198,8 +199,9 @@
|
|||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>
|
||||
Whether to automatically send "404 Not found", if http_send_file()
|
||||
was not able to find the specified file.
|
||||
Whether to automatically exit with a status of "404 Not found",
|
||||
if http_send_file() was not able to find the specified file.
|
||||
&see.http.configuration.force_exit;
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-cache-etag">
|
||||
<refnamediv>
|
||||
|
@ -47,7 +47,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns FALSE on failure, or <emphasis>exits</emphasis> with <literal>304 Not Modified</literal> if the entity is cached.
|
||||
&returns.http.false.orexits; with <literal>304 Not Modified</literal> if the entity is cached.
|
||||
&see.http.configuration.force_exit;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-cache-last-modified">
|
||||
<refnamediv>
|
||||
|
@ -48,7 +48,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns FALSE on failure, or <emphasis>exits</emphasis> with <literal>304 Not Modified</literal> if the entity is cached.
|
||||
&returns.http.false.orexits; with <literal>304 Not Modified</literal> if the entity is cached.
|
||||
&see.http.configuration.force_exit;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.http-redirect">
|
||||
<refnamediv>
|
||||
|
@ -90,7 +90,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns &false; on failure, or <emphasis>exits</emphasis> on success.
|
||||
&returns.http.false.orexits; with the specified redirection status code.
|
||||
&see.http.configuration.force_exit;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- Purpose: basic.php -->
|
||||
<!-- Membership: pecl -->
|
||||
|
||||
|
@ -39,6 +39,16 @@
|
|||
|
||||
<section id="classess.http">
|
||||
<title>Classes</title>
|
||||
&extension.classes;
|
||||
<simpara>
|
||||
The <classname>HttpResponse</classname> class requires at least PHP v5.1.
|
||||
Any other class is available as of PHP v5.0.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
Be aware though, that some methods are not available with PHP 5.0.
|
||||
</simpara>
|
||||
</note>
|
||||
<simplelist>
|
||||
<member><link linkend="http.HttpMessage"><classname>HttpMessage</classname></link></member>
|
||||
<member><link linkend="http.HttpQueryString"><classname>HttpQueryString</classname></link></member>
|
||||
|
|
Loading…
Reference in a new issue