0 follower

Final Class Yiisoft\Db\Constant\GettypeResult

InheritanceYiisoft\Db\Constant\GettypeResult

The following constants are returned by {@see gettype()} function.

Constants

Hide inherited constants

Constant Value Description Defined By
ARRAY 'array' Define the php type as array. Yiisoft\Db\Constant\GettypeResult
BOOLEAN 'boolean' Define the php type as boolean. Yiisoft\Db\Constant\GettypeResult
DOUBLE 'double' Define the php type as double. Yiisoft\Db\Constant\GettypeResult
INTEGER 'integer' Define the php type as integer. Yiisoft\Db\Constant\GettypeResult
NULL 'NULL' Define the php type as NULL. Yiisoft\Db\Constant\GettypeResult
OBJECT 'object' Define the php type as object. Yiisoft\Db\Constant\GettypeResult
RESOURCE 'resource' Define the php type as resource. Yiisoft\Db\Constant\GettypeResult
RESOURCE_CLOSED 'resource (closed)' Define the php type as resource (closed). Yiisoft\Db\Constant\GettypeResult
STRING 'string' Define the php type as string. Yiisoft\Db\Constant\GettypeResult
UNKNOWN 'unknown type' Define the php type as unknown type. Yiisoft\Db\Constant\GettypeResult