IsArray |
Determines if the object is a an array or xml object |
IsBinary |
Determines if the object is a binary object |
IsBoolean |
Determines if the object represents a boolean value |
IsCustomfunction |
Determines if the object represents a user defined function |
IsDate |
Determines if the object is a date object |
IsDebugmode |
Determines if debug mode has been enabled |
IsDefined |
Determines if the string represents a defined variable |
IsInstanceof |
Determines if the object passed in is an instance of the type passed in |
IsJson |
Determines if the object represents a JSON packet; Note that this is not an exhaustive test. Use DeserializeJSon() |
IsLocalhost |
Determines if the string represents a the localhost ('127.0.0.1', '::1', or 'localhost') |
IsNull |
Determines if the object represents a NULL value |
IsNumeric |
Determines if the object represents a numeric |
IsNumericdate |
Determines if the object represents a numeric date |
IsObject |
Determines if the object represents a CFC or Java object |
IsQuery |
Determines if the object represents a query |
IsSimplevalue |
Determines if the object represents a simple value like a string, number, boolean etc |
IsSoaprequest |
Determines if the current request is part of a SOAP request |
IsStruct |
Determines if the object is a structure |
IsValid |
Determines if the value is of the right type as specified by the rule set passed in |
IsWddx |
Determines if the object is a WDDX object |
IsXml |
Determines if the object is an XML object |
Parameterexists |
Determines if the parameter exists |