|
istuple
| Format:
istuple ( value ) |
Purpose:
Checks whether a value is of type object.
The value can be of any type but must be declared in case of a
variable or object field.
Return Values:
Returns true if and only if value is of type object, otherwise false.
Example:
| heitml input: | resulting output:
|
| <? istuple(emptytuple)> | true |
| <? istuple(true)> | false |
| <? istuple(1)> | false |
| <? istuple(null)> | false |
See Also:
isbool(), isinteger(), isreal() isstring().
This page was dynamically generated by
heitml
© 1996-2009 H.E.I. All Rights Reserved
|