|
SQLite3::createAggregate(PHP 5 >= 5.3.0) SQLite3::createAggregate — Registers a PHP function for use as an SQL aggregate function Описание
public bool SQLite3::createAggregate
( string $name
, mixed $step_callback
, mixed $final_callback
[, int $argument_count = -1
] )
Registers a PHP function or user-defined function for use as an SQL aggregate function for use within SQL statements. Список параметров
Возвращаемые значенияReturns TRUE upon successful creation of the aggregate, FALSE on failure. |
|