mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fixed typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43188 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
faa617e4fd
commit
d588233629
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ print recode_string ("us..flat", "The following character has a d
|
|||
</funcsynopsis>
|
||||
<note>
|
||||
<simpara>
|
||||
This is an alias for <function>recode</function>. It has
|
||||
This is an alias for <function>recode_string</function>. It has
|
||||
been added in PHP 4.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
|
@ -393,7 +393,7 @@ echo "Month: $month; Day: $day; Year: $year<br>\n";
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function is identical to <function>spliti</function> except
|
||||
This function is identical to <function>split</function> except
|
||||
that this ignores case distinction when matching alphabetic
|
||||
characters.
|
||||
</para>
|
||||
|
|
|
@ -145,7 +145,7 @@ function connect(&$dsn, $persistent = false)
|
|||
forget how it works.
|
||||
</para>
|
||||
<para>
|
||||
C++ style comments (/* */) and standard C comments (// ) are both
|
||||
C style comments (/* */) and standard C++ comments (// ) are both
|
||||
fine. Use of perl/shell style comments (# ) is discouraged.
|
||||
</para>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue