diff --git a/reference/ctype/functions/ctype-alpha.xml b/reference/ctype/functions/ctype-alpha.xml index 0acf612bf5..349c5e26f5 100644 --- a/reference/ctype/functions/ctype-alpha.xml +++ b/reference/ctype/functions/ctype-alpha.xml @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ a letter from the current locale, &false; otherwise. In the standard C locale letters are just [A-Za-z] and ctype_alpha is - equivalent to (ctype_upper($text) || ctype_lower($text)), - but other languages have letters that are considered neither upper nor - lower case. + equivalent to (ctype_upper($text) || ctype_lower($text)) + if $text is just a single character, but other languages have letters that + are considered neither upper nor lower case. See also ctype_upper,