dams Fri Feb 21 23:24:24 2003 EDT Modified files: /phpdoc/en/reference/info/functions extension-loaded.xml get-defined-constants.xml get-included-files.xml get-loaded-extensions.xml get-required-files.xml getlastmod.xml getmyinode.xml getmypid.xml ini-alter.xml ini-get.xml ini-restore.xml php-logo-guid.xml phpversion.xml Log: see also reshaping, plus small typos
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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 --> <refentry id="function.extension-loaded"> <refnamediv> @@ -17,22 +17,29 @@ is loaded, &false; otherwise. </para> <para> - Example: + <example> + <title><function>extension_loaded</function> example</title> <programlisting role="php"> +<![CDATA[ +<?php if (!extension_loaded('gd')) { if (!dl('gd.so')) { exit; } } - </programlisting> +?> +]]> + </programlisting> + </example> </para> <para> You can see the names of various extensions by using - <function>phpinfo</function> or if you're usnig the + <function>phpinfo</function> or if you're using the <literal>CGI</literal> or <literal>CLI</literal> version of <literal>PHP</literal> you can use the <literal>-m</literal> switch to list all available extensions: <screen> +<![CDATA[ $ php -m [PHP Modules] xml @@ -48,7 +55,7 @@ ctype [Zend Modules] - +]]> </screen> </para> <note> @@ -61,9 +68,11 @@ </para> </note> <para> - See also <function>get_loaded_extensions</function>, + See also + <function>get_loaded_extensions</function>, <function>get_extension_funcs</function>, - <function>phpinfo</function> and <function>dl</function>. + <function>phpinfo</function>, and + <function>dl</function>. </para> </refsect1> </refentry> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 --> <refentry id="function.get-defined-constants"> <refnamediv> @@ -55,8 +55,9 @@ </informalexample> </para> <para> - See also <function>get_loaded_extensions</function>, - <function>get_defined_functions</function> and + See also + <function>get_loaded_extensions</function>, + <function>get_defined_functions</function>, and <function>get_defined_vars</function>. </para> </refsect1> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 --> <refentry id="function.get-included-files"> <refnamediv> @@ -76,8 +76,10 @@ </para> </note> <para> - See also: <function>include</function>, - <function>include_once</function>, <function>require</function>, + See also + <function>include</function>, + <function>include_once</function>, + <function>require</function>, <function>require_once</function>, and <function>get_required_files</function>. </para> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 --> <refentry id="function.get-loaded-extensions"> <refnamediv> @@ -54,9 +54,11 @@ </informalexample> </para> <para> - See also <function>get_extension_funcs</function>, - <function>extension_loaded</function>, <function>dl</function> - and <function>phpinfo</function>. + See also + <function>get_extension_funcs</function>, + <function>extension_loaded</function>, + <function>dl</function>, and + <function>phpinfo</function>. </para> </refsect1> </refentry> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 --> <refentry id="function.get-required-files"> <refnamediv> @@ -15,7 +15,7 @@ <void/> </methodsynopsis> <para> - As of PHP 4.0.4, this function is an alias for + As of PHP 4.0.4, this function is an &alias; for <function>get_included_files</function> </para> <para> @@ -28,8 +28,10 @@ and <function>require_once</function>. </para> <para> - See also: <function>require</function>, - <function>require_once</function>, <function>include</function>, + See also + <function>require</function>, + <function>require_once</function>, + <function>include</function>, <function>include_once</function>, and <function>get_included_files</function>. </para> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 --> <refentry id="function.getlastmod"> <refnamediv> @@ -35,8 +35,10 @@ </simpara> </note> <para> - See also <function>date</function>, - <function>getmyuid</function>, <function>getmygid</function>, + See also + <function>date</function>, + <function>getmyuid</function>, + <function>getmygid</function>, <function>get_current_user</function>, <function>getmyinode</function>, <function>getmypid</function>, 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 --> <refentry id="function.getmyinode"> <refnamediv> @@ -16,7 +16,8 @@ Returns the current script's inode, or &false; on error. </para> <para> - See also <function>getmygid</function>, + See also + <function>getmygid</function>, <function>getmyuid</function>, <function>get_current_user</function>, <function>getmypid</function>, 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 --> <refentry id="function.getmypid"> <refnamediv> @@ -23,7 +23,8 @@ </para> </warning> <para> - See also <function>getmygid</function>, + See also + <function>getmygid</function>, <function>getmyuid</function>, <function>get_current_user</function>, <function>getmyinode</function>, 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.23 --> <refentry id="function.ini-alter"> <refnamediv> @@ -22,14 +22,14 @@ </para> <note> <para> - This is an alias of <function>ini_set</function> + This is an &alias; of <function>ini_set</function>. </para> </note> <para> See also <function>ini_get</function>, <function>ini_get_all</function>, <function>ini_restore</function>, and - <function>ini_set</function> + <function>ini_set</function>. </para> </refsect1> </refentry> 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 @@ <?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.64 --> <refentry id="function.ini-get"> <refnamediv> @@ -69,7 +69,7 @@ <function>ini_get_all</function>, <function>ini_alter</function>, <function>ini_restore</function>, and - <function>ini_set</function> + <function>ini_set</function>. </para> </refsect1> </refentry> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.23 --> <refentry id="function.ini-restore"> <refnamediv> @@ -16,9 +16,11 @@ Restores a given configuration option to its original value. </para> <para> - See also: <function>ini_alter</function>, - <function>ini_get</function>, <function>ini_get_all</function>, - and <function>ini_set</function> + See also + <function>ini_alter</function>, + <function>ini_get</function>, + <function>ini_get_all</function>, and + <function>ini_set</function>. </para> </refsect1> </refentry> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.3 --> <refentry id="function.php-logo-guid"> <refnamediv> @@ -18,7 +18,8 @@ </para> </note> <para> - See also: <function>phpinfo</function>, + See also + <function>phpinfo</function>, <function>phpversion</function>, and <function>phpcredits</function>. </para> 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 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 --> <refentry id="function.phpversion"> <refnamediv> @@ -24,7 +24,7 @@ </note> <para> <example> - <title><function>phpversion</function> Example</title> + <title><function>phpversion</function> example</title> <programlisting role="php"> <![CDATA[ <?php @@ -36,8 +36,10 @@ </example> </para> <para> - See also <function>version_compare</function>, - <function>phpinfo</function>, <function>phpcredits</function>, + See also + <function>version_compare</function>, + <function>phpinfo</function>, + <function>phpcredits</function>, <function>php_logo_guid</function>, and <function>zend_version</function>. </para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php