|
Note: This manual is provided for your convenience only - this is not the official source and may not be 100% up to date. gettypeDescriptionstring gettype ( mixed var )
Returns the type of the PHP variable
Return ValuesPossibles values for the returned string are:
For PHP 4, you should use function_exists() and method_exists() to replace the prior usage of gettype() on a function. See Also
|
|