When evaluting a string for control characters ensure that the string is surrounded by double (not single quotes).
![]() | ctype_cntrl说明bool ctype_cntrl ( string text )Checks if all of the characters in the provided string, text, are control characters. Control characters are e.g. line feed, tab, esc. 范例
![]()
Simon Hartley - srhartley at hotmail dot com
12-Apr-2004 11:15
When evaluting a string for control characters ensure that the string is surrounded by double (not single quotes).
| ![]() |