class Scalar
A class that represents a primitive type (e.g. varchar
or bigint
)
Extends
Methods
string
name
( )Returns the name of this type as string.
string
__toString
( )Returns string representation of this type.
mixed
create
(mixed
$value )