|
gettypeGet the type of a variable Description
string gettype(mixed
$value )
Returns the type of the PHP variable Parameters
Return ValuesPossible values for the returned string are:
Changelog
Examples
Example #1 gettype example
The above example will output something similar to: integer double NULL object string See Also
|