PDO::sqliteCreateFunction

Alias of Pdo\Sqlite::createFunction

Description

public bool PDO::sqliteCreateFunction(
    string $function_name,
    callable $callback,
    int $num_args = -1,
    int $flags = 0
)

This method is an alias of: Pdo\Sqlite::createFunction.

Changelog

Version Description
7.1.4 The flags parameter has been added.