
Index: phpdoc/en/reference/info/functions/extension-loaded.xml
diff -u phpdoc/en/reference/info/functions/extension-loaded.xml:1.6 phpdoc/en/reference/info/functions/extension-loaded.xml:1.7
--- phpdoc/en/reference/info/functions/extension-loaded.xml:1.6 Wed Jan 15 19:27:46 2003
+++ phpdoc/en/reference/info/functions/extension-loaded.xml Fri Feb 21 23:24:23 2003
@@ -1,5 +1,5 @@
-
+
@@ -17,22 +17,29 @@
is loaded, &false; otherwise.
- Example:
+
+ extension_loaded example
+
+?>
+]]>
+
+
You can see the names of various extensions by using
- phpinfo or if you're usnig the
+ phpinfo or if you're using the
CGI or CLI version of
PHP you can use the -m switch to
list all available extensions:
+
@@ -61,9 +68,11 @@
- See also get_loaded_extensions,
+ See also
+ get_loaded_extensions,
get_extension_funcs,
- phpinfo and dl.
+ phpinfo, and
+ dl.
Index: phpdoc/en/reference/info/functions/get-defined-constants.xml
diff -u phpdoc/en/reference/info/functions/get-defined-constants.xml:1.2 phpdoc/en/reference/info/functions/get-defined-constants.xml:1.3
--- phpdoc/en/reference/info/functions/get-defined-constants.xml:1.2 Wed Apr 17 02:39:25 2002
+++ phpdoc/en/reference/info/functions/get-defined-constants.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -55,8 +55,9 @@
- See also get_loaded_extensions,
- get_defined_functions and
+ See also
+ get_loaded_extensions,
+ get_defined_functions, and
get_defined_vars.
Index: phpdoc/en/reference/info/functions/get-included-files.xml
diff -u phpdoc/en/reference/info/functions/get-included-files.xml:1.2 phpdoc/en/reference/info/functions/get-included-files.xml:1.3
--- phpdoc/en/reference/info/functions/get-included-files.xml:1.2 Wed Apr 17 02:39:26 2002
+++ phpdoc/en/reference/info/functions/get-included-files.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -76,8 +76,10 @@
- See also: include,
- include_once, require,
+ See also
+ include,
+ include_once,
+ require,
require_once, and
get_required_files.
Index: phpdoc/en/reference/info/functions/get-loaded-extensions.xml
diff -u phpdoc/en/reference/info/functions/get-loaded-extensions.xml:1.3 phpdoc/en/reference/info/functions/get-loaded-extensions.xml:1.4
--- phpdoc/en/reference/info/functions/get-loaded-extensions.xml:1.3 Wed Jan 15 19:30:26 2003
+++ phpdoc/en/reference/info/functions/get-loaded-extensions.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -54,9 +54,11 @@
- See also get_extension_funcs,
- extension_loaded, dl
- and phpinfo.
+ See also
+ get_extension_funcs,
+ extension_loaded,
+ dl, and
+ phpinfo.
Index: phpdoc/en/reference/info/functions/get-required-files.xml
diff -u phpdoc/en/reference/info/functions/get-required-files.xml:1.2 phpdoc/en/reference/info/functions/get-required-files.xml:1.3
--- phpdoc/en/reference/info/functions/get-required-files.xml:1.2 Wed Apr 17 02:39:27 2002
+++ phpdoc/en/reference/info/functions/get-required-files.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -15,7 +15,7 @@
- As of PHP 4.0.4, this function is an alias for
+ As of PHP 4.0.4, this function is an &alias; for
get_included_files
@@ -28,8 +28,10 @@
and require_once.
- See also: require,
- require_once, include,
+ See also
+ require,
+ require_once,
+ include,
include_once, and
get_included_files.
Index: phpdoc/en/reference/info/functions/getlastmod.xml
diff -u phpdoc/en/reference/info/functions/getlastmod.xml:1.3 phpdoc/en/reference/info/functions/getlastmod.xml:1.4
--- phpdoc/en/reference/info/functions/getlastmod.xml:1.3 Mon Dec 30 01:09:55 2002
+++ phpdoc/en/reference/info/functions/getlastmod.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -35,8 +35,10 @@
- See also date,
- getmyuid, getmygid,
+ See also
+ date,
+ getmyuid,
+ getmygid,
get_current_user,
getmyinode,
getmypid, and
Index: phpdoc/en/reference/info/functions/getmyinode.xml
diff -u phpdoc/en/reference/info/functions/getmyinode.xml:1.2 phpdoc/en/reference/info/functions/getmyinode.xml:1.3
--- phpdoc/en/reference/info/functions/getmyinode.xml:1.2 Wed Apr 17 02:39:27 2002
+++ phpdoc/en/reference/info/functions/getmyinode.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -16,7 +16,8 @@
Returns the current script's inode, or &false; on error.
- See also getmygid,
+ See also
+ getmygid,
getmyuid,
get_current_user,
getmypid, and
Index: phpdoc/en/reference/info/functions/getmypid.xml
diff -u phpdoc/en/reference/info/functions/getmypid.xml:1.2 phpdoc/en/reference/info/functions/getmypid.xml:1.3
--- phpdoc/en/reference/info/functions/getmypid.xml:1.2 Wed Apr 17 02:39:27 2002
+++ phpdoc/en/reference/info/functions/getmypid.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -23,7 +23,8 @@
- See also getmygid,
+ See also
+ getmygid,
getmyuid,
get_current_user,
getmyinode, and
Index: phpdoc/en/reference/info/functions/ini-alter.xml
diff -u phpdoc/en/reference/info/functions/ini-alter.xml:1.2 phpdoc/en/reference/info/functions/ini-alter.xml:1.3
--- phpdoc/en/reference/info/functions/ini-alter.xml:1.2 Wed Apr 17 02:39:27 2002
+++ phpdoc/en/reference/info/functions/ini-alter.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -22,14 +22,14 @@
- This is an alias of ini_set
+ This is an &alias; of ini_set.
See also ini_get,
ini_get_all,
ini_restore, and
- ini_set
+ ini_set.
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.4 phpdoc/en/reference/info/functions/ini-get.xml:1.5
--- phpdoc/en/reference/info/functions/ini-get.xml:1.4 Thu Feb 13 09:39:13 2003
+++ phpdoc/en/reference/info/functions/ini-get.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -69,7 +69,7 @@
ini_get_all,
ini_alter,
ini_restore, and
- ini_set
+ ini_set.
Index: phpdoc/en/reference/info/functions/ini-restore.xml
diff -u phpdoc/en/reference/info/functions/ini-restore.xml:1.2 phpdoc/en/reference/info/functions/ini-restore.xml:1.3
--- phpdoc/en/reference/info/functions/ini-restore.xml:1.2 Wed Apr 17 02:39:28 2002
+++ phpdoc/en/reference/info/functions/ini-restore.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -16,9 +16,11 @@
Restores a given configuration option to its original value.
- See also: ini_alter,
- ini_get, ini_get_all,
- and ini_set
+ See also
+ ini_alter,
+ ini_get,
+ ini_get_all, and
+ ini_set.
Index: phpdoc/en/reference/info/functions/php-logo-guid.xml
diff -u phpdoc/en/reference/info/functions/php-logo-guid.xml:1.2 phpdoc/en/reference/info/functions/php-logo-guid.xml:1.3
--- phpdoc/en/reference/info/functions/php-logo-guid.xml:1.2 Wed Apr 17 02:39:28 2002
+++ phpdoc/en/reference/info/functions/php-logo-guid.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -18,7 +18,8 @@
- See also: phpinfo,
+ See also
+ phpinfo,
phpversion, and
phpcredits.
Index: phpdoc/en/reference/info/functions/phpversion.xml
diff -u phpdoc/en/reference/info/functions/phpversion.xml:1.2 phpdoc/en/reference/info/functions/phpversion.xml:1.3
--- phpdoc/en/reference/info/functions/phpversion.xml:1.2 Wed Apr 17 02:39:29 2002
+++ phpdoc/en/reference/info/functions/phpversion.xml Fri Feb 21 23:24:24 2003
@@ -1,5 +1,5 @@
-
+
@@ -24,7 +24,7 @@
- phpversion Example
+ phpversion example
- See also version_compare,
- phpinfo, phpcredits,
+ See also
+ version_compare,
+ phpinfo,
+ phpcredits,
php_logo_guid, and
zend_version.