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: