hholzgra Fri Jul 19 06:05:04 2002 EDT
Modified files:
/phpdoc/en/reference/ctype reference.xml
Log:
bug #18428
Index: phpdoc/en/reference/ctype/reference.xml
diff -u phpdoc/en/reference/ctype/reference.xml:1.3
phpdoc/en/reference/ctype/reference.xml:1.4
--- phpdoc/en/reference/ctype/reference.xml:1.3 Fri Apr 19 11:05:50 2002
+++ phpdoc/en/reference/ctype/reference.xml Fri Jul 19 06:05:03 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.ctype">
<title>Character type functions</title>
<titleabbrev>ctype</titleabbrev>
@@ -20,7 +20,8 @@
When called with a string argument they will check
every character in the string and will only return
&true; if every character in the string matches the
- requested criteria.
+ requested criteria. When called with an empty string
+ the result will always be &true;.
</para>
<para>
Passing anything else but a string or integer will
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php