PHP 8.4.24 Released!

PDO::sqliteCreateCollation

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

PDO::sqliteCreateCollation Псевдонім Pdo\Sqlite::createCollation()

Увага

This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.

Опис

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

Цей метод є псевдонімом до: Pdo\Sqlite::createCollation().

add a note

User Contributed Notes

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