検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for createFunction (0.003 sec.)
SQL のスカラー関数として使用する PHP 関数を登録する 13413
« SQLite3::createCollation SQLite3::enableExceptions » PHP Manual SQLite3 SQL のスカラー関数とし ... て使用する PHP 関数を登録する SQLite3::createFunction (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::createFunc ... して使用する PHP 関数を登録する 説明 public SQLite3::createFunction ( string $name , callable $callback , int $argCoun ... flags パラメータが追加されました。 例 例1 SQLite3::createFunction() の例 <?php function my_udf_md5 ( $string ) { ret ... ); } $db = new SQLite3 ( 'mysqlitedb.db' ); $db -> createFunction ( 'my_udf_md5' , 'my_udf_md5' ); var_dump ( $db -> ...
https://man.plustar.jp/php/sqlite3.createfunction.html - [similar]
SQLite3 クラス 9087
« 定義済み定数 SQLite3::backup » PHP Manual SQLite3 SQLite3 クラス SQLite3 クラス (PHP 5 >= 5.3. ... ( string $name , callable $callback ): bool public createFunction ( string $name , callable $callback , int $argCoun ... Lのcollate関数として使うPHP関数を登録する SQLite3::createFunction — SQL のスカラー関数として使用する PHP 関数を登録す ...
https://man.plustar.jp/php/class.sqlite3.html - [similar]
例外のスローを有効にする 8524
« SQLite3::createFunction SQLite3::escapeString » PHP Manual SQLite3 例外のスローを有効にする SQ ...
https://man.plustar.jp/php/sqlite3.enableexceptions.html - [similar]
定義済み定数 8415
« リソース型 SQLite3 » PHP Manual SQLite3 定義済み定数 定義済み定数 以下の定数が定義されています ... 指定します。 SQLITE3_DETERMINISTIC ( int ) SQLite3::createFunction() で作成する関数が決定論的であることを指定します。 ...
https://man.plustar.jp/php/sqlite3.constants.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 8415
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
SQLite3 8197
« PgSql\Lob はじめに » PHP Manual ベンダー固有のモジュール SQLite3 SQLite3 はじめに インストール ... Lのcollate関数として使うPHP関数を登録する SQLite3::createFunction — SQL のスカラー関数として使用する PHP 関数を登録す ...
https://man.plustar.jp/php/book.sqlite3.html - [similar]
サンプル 7524
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... liteCreateCollation の例 Example#1106 - PDO::sqliteCreateFunction の例 Example#1107 - Example of Data Retrieval Exam ... ite3::createCollation の例 Example#1984 - SQLite3::createFunction の例 Example#1985 - SQLite3::enableExceptions の例 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
PREV 1 NEXT