PDO::sqliteCreateAggregate

Alias of Pdo\Sqlite::createAggregate

Description

public bool PDO::sqliteCreateAggregate(
    string $name,
    callable $step,
    callable $finalize,
    int $numArgs = -1
)

This method is an alias of: Pdo\Sqlite::createAggregate.