(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0)
PDO::sqliteCreateFunction — Alias of Pdo\Sqlite::createFunction()
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.
$function_name,$callback,$num_args = -1,$flags = 0This method is an alias of: Pdo\Sqlite::createFunction().
| Version | Description |
|---|---|
| 7.1.4 |
The flags parameter has been added.
|