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:
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 the
web application development tool RADpage
of H.E.I.
See "Was ist AJAX? "
(in German). In Germany H.E.I. provides Webdesign in Mannheim and
Web Programming (Programmierung).
© 1996-2025 H.E.I. All Rights Reserved.
|