PHP » GoLang |
login |
register |
about
|
GoLang SQLite3::createCollation
request it (312)
GoLang replacement for PHP's SQLite3::createCollation
[edit | history]
SQLite3::createCollation(PHP 5 >= 5.3.11, PHP 7) SQLite3::createCollation — Registers a PHP function for use as an SQL collating function DescriptionRegisters a PHP function or user-defined function for use as a collating function within SQL statements. Parameters
Return Values
Returns Examples
Example #1 SQLite3::createCollation() example Register the PHP function strnatcmp() as a collating sequence in the SQLite3 database.
<?php The above example will output: default: a1 a10 a2 natural: a1 a2 a10 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|