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