et Mon Oct 27 13:37:36 2003 EDT
Modified files:
/phpdoc/en/reference/ctype/functions ctype-alpha.xml
Log:
Corrected statement about function equivalence
Index: phpdoc/en/reference/ctype/functions/ctype-alpha.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.2
phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.3
--- phpdoc/en/reference/ctype/functions/ctype-alpha.xml:1.2 Wed Apr 17 02:37:03
2002
+++ phpdoc/en/reference/ctype/functions/ctype-alpha.xml Mon Oct 27 13:37:35 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/ctype.xml, last change in rev 1.1 -->
<refentry id="function.ctype-alpha">
<refnamediv>
@@ -17,9 +17,9 @@
a letter from the current locale, &false; otherwise.
In the standard <literal>C</literal> locale letters are just
<literal>[A-Za-z]</literal> and <function>ctype_alpha</function> is
- equivalent to <literal>(ctype_upper($text) || ctype_lower($text))</literal>,
- but other languages have letters that are considered neither upper nor
- lower case.
+ equivalent to <literal>(ctype_upper($text) || ctype_lower($text))</literal>
+ if $text is just a single character, but other languages have letters that
+ are considered neither upper nor lower case.
</para>
<para>
See also <function>ctype_upper</function>,