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