From 146b738de85a087598e7adbdc3d2e723eb0cc7ca Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 6 Feb 2003 02:25:33 +0000 Subject: [PATCH] correcting example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114904 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index bcfe67208d..76ccb9c7fc 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -8,10 +8,10 @@ Description - - booldl - stringlibrary - + + intdl + stringlibrary + Loads the PHP extension given by the parameter library. The library @@ -37,16 +37,18 @@ extensions and dynamically loaded ones (either through &php.ini; or dl). - - Example: + + Exemple avec <function>dl</function> + - + The directory where the extension is loaded from depends on your platform: