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:
Philip Olson 2004-07-23 02:17:35 +00:00
parent 3fcea89834
commit 0a3129ca8c

View file

@ -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>.