php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
PDO_SQLite_Ext Class Reference

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)
 

Detailed Description

@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.

Member Function Documentation

◆ sqliteCreateAggregate()

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.

◆ sqliteCreateCollation()

PDO_SQLite_Ext::sqliteCreateCollation ( string $name,
callable $callback )

@tentative-return-type

Definition at line 17 of file sqlite_driver.stub.php.

◆ sqliteCreateFunction()

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.


The documentation for this class was generated from the following file: