Searched refs:createFunction (Results 1 – 5 of 5) sorted by relevance
2 SQLite3::createFunction24 var_dump($db->createFunction('my_udf_md5', 'my_udf_md5'));
2 SQLite3::createFunction - Basic test
2 SQLite3::createFunction - Test with flags
13 $db->createFunction('my_udf_md5', 'my_udf_md5');
918 PHP_METHOD(sqlite3, createFunction) in PHP_METHOD() argument2027 PHP_ME(sqlite3, createFunction, arginfo_sqlite3_createfunction, ZEND_ACC_PUBLIC)
Completed in 12 milliseconds