| Michael Wallner 2007-03-29, 7:00 pm |
| mike Thu Mar 29 17:49:17 2007 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
- new entities
http://cvs.php.net/viewvc.cgi/phpdo...4&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.193 phpdoc/en/language-snippets.ent:1.194
--- phpdoc/en/language-snippets.ent:1.193 Tue Mar 27 10:16:13 2007
+++ phpdoc/en/language-snippets.ent Thu Mar 29 17:49:16 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.193 $ -->
+<!-- $Revision: 1.194 $ -->
<!-- Keep 'em sorted -->
@@ -773,12 +773,15 @@
See <link linkend="function.http-get"><function>http_get</function></link> for a full list of
available <link linkend="http.request.options">options</link>.
</para>'>
+<!ENTITY see.http.configuration.force_exit 'See the INI setting
+ <link linkend="http.configuration.force_exit">http.force_exit</link> for what "exits" means.'>
<!ENTITY link.http.configuration '<link linkend="http.configuration">INI setting</link>'>
<!ENTITY link.http.request.option '<link linkend="http.request.options">request option</link>'>
<!ENTITY link.http.request.options '<link linkend="http.request.options">request options</link>'>
<!ENTITY link.http.request.info '<link linkend="http.request.info">Request/response information</link>'>
<!ENTITY returns.http.response 'Returns the HTTP response(s) as string on success, or FALSE on failure.'>
+<!ENTITY returns.http.false.orexits 'Returns &false; or <emphasis>exits</emphasis> on success'>
<!ENTITY http.request.affects 'Affects the following request method(s) only:'>
<!ENTITY http.request.affects.any 'Affects any request method.'>
|