gettype

gettype

(PHP 4, PHP 5, PHP 7)

gettypeGet the type of a variable

Description

string gettype ( mixed $var )

Returns the type of the PHP variable var. For type checking, use is_* functions.

Parameters

var

The variable being type checked.

Return Values

Possible values fo