update : 2015.11.03
php.shukuma.com검색:
|
SQLite3::createFunction(PHP 5 >= 5.3.0) SQLite3::createFunction — Registers a PHP function for use as an SQL scalar function 설명
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. 인수
반환값
Returns 예제
Example #1 SQLite3::createFunction() example
<?php 위 예제의 출력 예시: string(32) "098f6bcd4621d373cade4e832627b4f6" |