$_values
$_values : array
Current bind values
A simple container for bind variables
This container also handles validation of the bind values.
set(mixed $name, string $value) : void
Set the value of a single bind variable or set all bind variables at once
This will also validate the bind values.
Allowed value types for bind parameters are string, int, double, bool and array. Arrays must not contain any other than these types.
mixed | $name |
|
string | $value |
|