php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
sqliteCreateFunction (string $name, callable $callback, int $numArgs=-1, int $flags=0) | |
sqliteCreateAggregate (string $name, callable $step, callable $finalize, int $numArgs=-1) | |
sqliteCreateCollation (string $name, callable $callback) | |
@generate-function-entries These are extension methods for PDO. This is not a real class. @undocumentable
Definition at line 9 of file sqlite_driver.stub.php.
PDO_SQLite_Ext::sqliteCreateAggregate | ( | string | $name, |
callable | $step, | ||
callable | $finalize, | ||
int | $numArgs = -1 ) |
@tentative-return-type
Definition at line 14 of file sqlite_driver.stub.php.
PDO_SQLite_Ext::sqliteCreateCollation | ( | string | $name, |
callable | $callback ) |
@tentative-return-type
Definition at line 17 of file sqlite_driver.stub.php.
PDO_SQLite_Ext::sqliteCreateFunction | ( | string | $name, |
callable | $callback, | ||
int | $numArgs = -1, | ||
int | $flags = 0 ) |
@tentative-return-type
Definition at line 11 of file sqlite_driver.stub.php.