|
TableSelect::executeExecute select statement Description
public mysql_xdevapi\RowResult mysql_xdevapi\TableSelect::execute()
Execute the select statement by chaining it with the execute() method. ParametersThis function has no parameters. Return ValuesA RowResult object. ExamplesExample #1 mysql_xdevapi\TableSelect::execute example
The above example will output something similar to: Array ( [0] => Array ( [name] => John [age] => 42 ) ) |