mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed false -> &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
960ba13c25
commit
ee8b22bed4
1 changed files with 1 additions and 1 deletions
|
@ -1605,7 +1605,7 @@ php >
|
|||
If a PHP file is given on the command line when the web server is
|
||||
started it is treated as a "router" script for the web server.
|
||||
The script is run at the start of each HTTP request. If this
|
||||
script returns false, then the requested resource is returned
|
||||
script returns &false;, then the requested resource is returned
|
||||
as-is. Otherwise the script's output is returned to the browser.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue