Link extension_loaded() and function_exists()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320300 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-12-03 06:00:50 +00:00
parent 0eba44e084
commit 76a824ab19
2 changed files with 2 additions and 0 deletions

View file

@ -87,6 +87,7 @@ if (function_exists('imap_open')) {
<member><function>is_callable</function></member>
<member><function>get_defined_functions</function></member>
<member><function>class_exists</function></member>
<member><function>extension_loaded</function></member>
</simplelist>
</para>
</refsect1>

View file

@ -123,6 +123,7 @@ if (!extension_loaded('gd')) {
<member><function>get_extension_funcs</function></member>
<member><function>phpinfo</function></member>
<member><function>dl</function></member>
<member><function>function_exists</function></member>
</simplelist>
</para>
</refsect1>