mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Corrected misspelled function name in example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fbfad5e077
commit
0605a19efa
1 changed files with 2 additions and 2 deletions
|
@ -876,9 +876,9 @@ $binarydata = pack ("nvc*", 0x1234, 0x5678, 65, 66);
|
|||
</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
|
||||
|
|
Loading…
Reference in a new issue