PDO::sqliteCreateAggregate

Alias of Pdo\Sqlite::createAggregate

Warning

This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.

Description

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

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