From d8e4191b30d00b12eeccad4f65ca9c2455e0d270 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Wed, 8 May 2002 07:41:57 +0000 Subject: [PATCH] - 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 --- reference/info/functions/dl.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index ad1f5cdd49..c4724a7fcb 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -33,7 +33,9 @@ Use extension_loaded 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 + PHP.INI or dl). Example: