class LargeObject extends Type

Large object type.

Properties

protected mixed $value Value. from Type

Methods

__construct(mixed $value)

Constructor.

from Type
mixed
getValue()

Returns the value.

from Type
int
getType()

Returns the PDO parameter type.

Details

in Type at line 27
__construct(mixed $value)

Constructor.

Parameters

mixed $value Value

in Type at line 35
mixed getValue()

Returns the value.

Return Value

mixed

at line 20
int getType()

Returns the PDO parameter type.

Return Value

int