mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
0eba44e084
commit
76a824ab19
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue