mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
get_cfg_var: see also ini_get; ini_get: see also get_cfg_var
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65515 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff275f9d7d
commit
8e79177568
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.80 $ -->
|
||||
<!-- $Revision: 1.81 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & information</title>
|
||||
<titleabbrev>PHP options/info</titleabbrev>
|
||||
|
@ -303,6 +303,9 @@ $ip = getenv ("REMOTE_ADDR"); // get the ip number of the user
|
|||
setting. If this is available, a configuration file is being
|
||||
used.
|
||||
</simpara>
|
||||
<simpara>
|
||||
See also <function>ini_get</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -905,7 +908,8 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
an empty string on failure.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>ini_get_all</function>,
|
||||
See also <function>get_cfg_var</function>,
|
||||
<function>ini_get_all</function>,
|
||||
<function>ini_alter</function>,
|
||||
<function>ini_restore</function>,
|
||||
<function>ini_set</function>
|
||||
|
|
Loading…
Reference in a new issue