Search Results
May 3, 2011 · SQLite3::createCollation (PHP 5 >= 5.3.11, PHP 7, PHP 8) SQLite3::createCollation — Registers a PHP function for use as an SQL collating function
Registers a PHP function or user-defined function for use as a collating function within SQL statements.
Hier findest Du alles rund um PHP Parameters name Name of the SQL collating function to be created or redefined callback The name of a PHP function or user-defined function to apply as a callback, defining the behavior of the collation. It should accept two values and return as strcmp () does, i.e. it should return -1, 1, or 0 if the first string sorts before, sorts after, or is equal to the ...
SQLite3::createCollation — Registers a PHP function for use as an SQL collating function
SQLite3::createCollation — Registers a PHP function for use as an SQL collating function
The name of the collation is a UTF-8 string for sqlite3_create_collation () and sqlite3_create_collation_v2 () and a UTF-16 string in native byte order for sqlite3_create_collation16 ().
English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.
