- Add more description top extension_loaded behaviour even here.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81446 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-05-08 07:41:57 +00:00
parent fe4d5f0621
commit d8e4191b30

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
<refentry id="function.dl">
<refnamediv>
@ -33,7 +33,9 @@
</para>
<para>
Use <function>extension_loaded</function> to test whether a given
extension is already available or not.
extension is already available or not. This works on both built-in
extensions and dynamically loaded ones (either through
<literal>PHP.INI</literal> or <function>dl</function>).
</para>
<para>
Example: