hholzgra Tue Feb 6 12:39:18 2001 EDT
Modified files:
/phpdoc/en/functions ctype.xml
Log:
added a warning about possible name changes
Index: phpdoc/en/functions/ctype.xml
diff -u phpdoc/en/functions/ctype.xml:1.2 phpdoc/en/functions/ctype.xml:1.3
--- phpdoc/en/functions/ctype.xml:1.2 Tue Feb 6 09:25:45 2001
+++ phpdoc/en/functions/ctype.xml Tue Feb 6 12:39:18 2001
@@ -22,6 +22,19 @@
Passing anything else but a string or integer will
return false immediately.
</para>
+ <warning>
+ <simpara>
+ Theese functions are new as of PHP 4.0.4 and
+ might change their name in the near future.
+ Suggestions are to change them to
+ <function>ctype_issomething</function>
+ instead of <function>ctype_somthing</function>
+ or even to make them part of <filename>ext/standard</filename>
+ and use their original C-Names, although this would possibly
+ lead to further confusion regarding the <function>isset</function>
+ vs. <function>is_sometype</function> problem.
+ </simpara>
+ </warning>
</partintro>