Date: 06/26/00
- Next message: Derek: "[PHPDOC] PHP FAQ Error"
- Previous message: Andrei Zmievski: "Re: [PHPDOC] cvs: phpdoc /de/functions info.xml /en/functions info.xml /it/functions info.xml /ja/functions info.xml"
- Next in thread: Kristian Köhntopp: "[PHPDOC] cvs: phpdoc /en/functions misc.xml"
- Maybe reply: Kristian Köhntopp: "[PHPDOC] cvs: phpdoc /en/functions misc.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kk Mon Jun 26 07:45:01 2000 EDT
Modified files:
/phpdoc/en/functions misc.xml
Log:
Corrected misspelled function name in example.
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.11 phpdoc/en/functions/misc.xml:1.12
--- phpdoc/en/functions/misc.xml:1.11 Mon Jun 26 07:33:39 2000
+++ phpdoc/en/functions/misc.xml Mon Jun 26 07:45:01 2000
@@ -876,9 +876,9 @@
</simpara>
<para>
<example>
- <title><function>php_module</function> example</title>
+ <title><function>php_sapi_name</function> example</title>
<programlisting role="php">
-$inter_type = php_module();
+$inter_type = php_sapi_name();
if ($inter_type == "CGI")
print "You are using CGI PHP\n";
else
- Next message: Derek: "[PHPDOC] PHP FAQ Error"
- Previous message: Andrei Zmievski: "Re: [PHPDOC] cvs: phpdoc /de/functions info.xml /en/functions info.xml /it/functions info.xml /ja/functions info.xml"
- Next in thread: Kristian Köhntopp: "[PHPDOC] cvs: phpdoc /en/functions misc.xml"
- Maybe reply: Kristian Köhntopp: "[PHPDOC] cvs: phpdoc /en/functions misc.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

