PHP 8.4.2 Released!

PDO::sqliteCreateCollation

(PHP 5 >= 5.3.11, PHP 7, PHP 8)

PDO::sqliteCreateCollation Alias de Pdo\Sqlite::createCollation()

Descripción

public PDO::sqliteCreateCollation(string $name, callable $callback): bool

Este método es un alias de: Pdo\Sqlite::createCollation().

add a note

User Contributed Notes

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