PHP » GoLang |
login |
register |
about
|
GoLang SQLite3::createFunction
request it (318)
GoLang replacement for PHP's SQLite3::createFunction
[edit | history]
SQLite3::createFunction(PHP 5 >= 5.3.0, PHP 7) SQLite3::createFunction — Registers a PHP function for use as an SQL scalar function Description
public bool SQLite3::createFunction
( string
$name
, mixed $callback
[, int $argument_count = -1
[, int $flags = 0
]] )Registers a PHP function or user-defined function for use as an SQL scalar function for use within SQL statements. Parameters
Return Values
Returns Changelog
Examples
Example #1 SQLite3::createFunction() example
<?php The above example will output something similar to: string(32) "098f6bcd4621d373cade4e832627b4f6" |
more
Recently updated
more
Most requested
more
Last requests
|