Search Results

  1. 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

  2. Registers a PHP function or user-defined function for use as a collating function within SQL statements.

  3. www.php-resource.de › en › php-manual- PHP-Resource

    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 ...

  4. SQLite3::createCollation — Registers a PHP function for use as an SQL collating function

  5. SQLite3::createCollation — Registers a PHP function for use as an SQL collating function

  6. 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 ().

  7. English PHP documentation. Contribute to php/doc-en development by creating an account on GitHub.