mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
php.ini entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114749 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c11fc37b6e
commit
d45483f697
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<chapter id="control-structures">
|
||||
<title>Control Structures</title>
|
||||
|
||||
|
@ -1007,9 +1007,8 @@ print_r (profile (TRUE));
|
|||
named by the <link
|
||||
linkend="ini.auto-prepend-file">auto_prepend_file</link> or <link
|
||||
linkend="ini.auto-append-file">auto_append_file</link>
|
||||
configuration options in <link linkend="configuration.file">the
|
||||
configuration file</link>, then that script file's execution is
|
||||
ended.
|
||||
configuration options in &php.ini;,
|
||||
then that script file's execution is ended.
|
||||
</simpara>
|
||||
<simpara>For more information, see <link
|
||||
linkend="functions.returning-values">Returning values</link>.
|
||||
|
|
Loading…
Reference in a new issue