mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
s/get_loaded_modules/get_loaded_extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3fcea89834
commit
0a3129ca8c
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.phpinfo">
|
||||
<refnamediv>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<entry>8</entry>
|
||||
<entry>
|
||||
Loaded modules and their respective settings. See also
|
||||
<function>get_loaded_modules</function>.
|
||||
<function>get_loaded_extensions</function>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -156,7 +156,7 @@ phpinfo(INFO_MODULES);
|
|||
<function>php_logo_guid</function>,
|
||||
<function>ini_get</function>,
|
||||
<function>ini_set</function>,
|
||||
<function>get_loaded_modules</function>,
|
||||
<function>get_loaded_extensions</function>,
|
||||
and the section on <link
|
||||
linkend="language.variables.predefined">Predefined
|
||||
Variables</link>.
|
||||
|
|
Loading…
Reference in a new issue