class LargeObject extends Type

Large object type.

Constants

TYPE

PDO parameter type.

Properties

protected mixed $value Value. from Type

Methods

__construct(mixed $value)

Constructor.

from Type
int
getType()

Returns the PDO parameter type.

from Type
mixed
getValue()

Returns the value.

from Type

Details

in Type at line 29
__construct(mixed $value)

Constructor.

Parameters

mixed $value Value

in Type at line 37
int getType()

Returns the PDO parameter type.

Return Value

int

in Type at line 45
mixed getValue()

Returns the value.

Return Value

mixed