update pague now
PHP 8.5.2 Released!

PDO::sqliteCreateAggregate

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0)

PDO::sqliteCreateAggregate Alias of Pdo\Sqlite::createAggregate()

Description

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

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

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top