|
TableSelect::bindBind select query parameters Description
public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::bind(array
$placeholder_values)Binds a value to a specific placeholder. Parameters
Return ValuesA TableSelect object. ExamplesExample #1 mysql_xdevapi\TableSelect::bind example The above example will output something similar to:
Array
(
[0] => Array
(
[name] => John
[age] => 42
)
)
|