PDO::sqliteCreateFunction
(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0)
PDO::sqliteCreateFunction — 别名 Pdo\Sqlite::createFunction()
说明
public PDO::sqliteCreateFunction(
string
callable
int
int
): bool
string
$function_name
,callable
$callback
,int
$num_args
= -1,int
$flags
= 0): bool
此方法是该方法的别名: Pdo\Sqlite::createFunction().
更新日志
版本 | 说明 |
---|---|
7.1.4 |
The flags parameter has been added.
|
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/pdo.sqlitecreatefunction.php