git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41847 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ron Chmara 2001-02-25 03:05:49 +00:00
parent 1644bcf50b
commit 3b84302a9c

View file

@ -247,9 +247,9 @@ $new_string = chunk_split (base64_encode($data));
</funcprototype>
</funcsynopsis>
<para>
This function returns the given string from one Cyrillic
character set to another. The <parameter>from</parameter> and
<parameter>to</parameter> arguments are single characters that
This function returns the given string converted from one
Cyrillic character set to another. The <parameter>from</parameter>
and <parameter>to</parameter> arguments are single characters that
represent the source and target Cyrillic character sets. The
supported types are:
<itemizedlist>
@ -2137,7 +2137,7 @@ if (!strcasecmp ($var1, $var2)) {
</funcsynopsis>
<para>
This function tries to return a string with all HTML and PHP
tags stripped from a given <parameter>str</parameter>,
tags stripped from a given <parameter>str</parameter>.
It errors on the side of caution in case of incomplete
or bogus tags. It uses the same tag stripping state machine as
the <function>fgetss</function> function.
@ -3312,7 +3312,7 @@ echo substr_replace ($var, '', 10, -1) . "&lt;br&gt;\n";
</funcprototype>
</funcsynopsis>
<para>
Retuns a string with the first character of
Returns a string with the first character of
<parameter>str</parameter> capitalized, if that character is
alphabetic.
</para>