php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sqlite_driver.stub.php
Go to the documentation of this file.
1<?php
2
4
11 public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $flags = 0): bool {}
12
14 public function sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numArgs = -1): bool {}
15
17 public function sqliteCreateCollation(string $name, callable $callback): bool {}
18}
sqliteCreateCollation(string $name, callable $callback)
sqliteCreateAggregate(string $name, callable $step, callable $finalize, int $numArgs=-1)
sqliteCreateFunction(string $name, callable $callback, int $numArgs=-1, int $flags=0)
function(EX_VAR(opline->result.var))