|
SQLite3::createFunctionRegisters a PHP function for use as an SQL scalar function Description
public bool SQLite3::createFunction
( string
$name
, mixed $callback
[, int $argument_count = -1
] )Registers a PHP function or user-defined function for use as an SQL scalar function for use within SQL statements. Parameters
Return Values
Returns Examples
Example #1 SQLite3::createFunction example
<?php The above example will output something similar to: string(32) "098f6bcd4621d373cade4e832627b4f6" |