PHP 8.5.2 Released!

PDO::sqliteCreateFunction

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0)

PDO::sqliteCreateFunction Sinônimo de Pdo\Sqlite::createFunction()

Descrição

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

Este método é um apelido para: Pdo\Sqlite::createFunction().

Registro de Alterações

Versão Descrição
7.1.4 O parâmetro flags foi adicionado.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top