mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
corrected typos in description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@27972 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2296ac3de9
commit
50968b90a4
1 changed files with 5 additions and 5 deletions
|
@ -1121,7 +1121,7 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp))
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.highlight_string">
|
||||
<refentry id="function.highlight-string">
|
||||
<refnamediv>
|
||||
<refname>highlight_string</refname>
|
||||
<refpurpose>Syntax highlighting of a string</refpurpose>
|
||||
|
@ -1136,17 +1136,17 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp))
|
|||
</funcsynopsis>
|
||||
<simpara>
|
||||
The <function>highlight_string</function> function prints out a syntax
|
||||
higlighted version of <parameter>str</parameter> using the colors defined
|
||||
highlighted version of <parameter>str</parameter> using the colors defined
|
||||
in the built-in syntax highlighter for PHP.
|
||||
</simpara>
|
||||
<simpara>
|
||||
See also <function>higlight_file</function>,
|
||||
See also <function>highlight_file</function>,
|
||||
<function>show_source</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.highlight_file">
|
||||
<refentry id="function.highlight-file">
|
||||
<refnamediv>
|
||||
<refname>highlight_file</refname>
|
||||
<refpurpose>Syntax highlighting of a file</refpurpose>
|
||||
|
@ -1234,7 +1234,7 @@ http://your.server.com/source/path/to/script.php
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.show_source">
|
||||
<refentry id="function.show-source">
|
||||
<refnamediv>
|
||||
<refname>show_source</refname>
|
||||
<refpurpose>Syntax highlighting of a file</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue