Function Reference
From Sputnik Wiki
(Difference between revisions)
(→Variables & Conversions) |
(→Variables & Conversions) |
||
Line 12: | Line 12: | ||
* [[Core Function isHash|isHash( $variable )]] -- Check if a variable is an hash | * [[Core Function isHash|isHash( $variable )]] -- Check if a variable is an hash | ||
* [[Core Function isObj|isObj( $variable )]] -- Check if a variable is an object type | * [[Core Function isObj|isObj( $variable )]] -- Check if a variable is an object type | ||
+ | * [[Core Function isClass|isClass( $variable )]] -- Check if a variable's object type is a class | ||
[[Category:Language Reference]] | [[Category:Language Reference]] |
Revision as of 12:35, 7 November 2011
Contents |
Function Reference
User Functions
Core Functions
Variables & Conversions
- isInt( $variable ) -- Checks if a variable is an integer type
- isFloat( $variable ) -- Checks if a variable is a float-type
- isString( $variable ) -- Checks if a variable is a string type
- isArray( $variable ) -- Check if a variable is an array
- isHash( $variable ) -- Check if a variable is an hash
- isObj( $variable ) -- Check if a variable is an object type
- isClass( $variable ) -- Check if a variable's object type is a class