検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 313 for exists (0.029 sec.)
Import BLOB/CLOB data from a file 4772
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... ct from CUBRID database first. If the file already exists, the operation will fail. This function will not i ... a" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists test_lob" ); cubrid_execute ( $conn , "CREATE TABL ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
指定した名前の定数が存在するかどうかを調べる 4772
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... ん。 関数が存在するかどうかを知りたければ、 function_exists() を利用してください。 パラメータ constant_name 定 ... ての定数の名前とその値を連想配列として返す function_exists() - 指定した関数が定義されている場合に true を返す ...
https://man.plustar.jp/php/function.defined.html - [similar]
個々の辞書について説明する 4772
« enchant_dict_check enchant_dict_get_error » PHP Manual Enchant 関数 個々の辞書について説明する ... の例 辞書が存在するかどうかを enchant_broker_dict_exists() で調べ、 その詳細を表示します。 <?php $tag = 'en ... = enchant_broker_init (); if ( enchant_broker_dict_exists ( $broker , $tag )) { $dict = enchant_broker_reque ...
https://man.plustar.jp/php/function.enchant-dict-describe.html - [similar]
ステートメントの実行 4772
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id ... , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id ... , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id ... , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
配列の最初のキーを得る 4725
« array_key_exists array_key_last » PHP Manual 配列 関数 配列の最初のキーを得る array_key_first ... ポリフィルとして書かれました。 <?php if (! function_exists ( 'array_key_first' )) { function array_key_first ...
https://man.plustar.jp/php/function.array-key-first.html - [similar]
キーが指すデータを取得する 4725
« dba_exists dba_firstkey » PHP Manual DBA 関数 キーが指すデータを取得する dba_fetch (PHP 4, PHP ... 字列、 それ以外の場合に false を返します。 参考 dba_exists() - キーが存在するかどうかを確認する dba_delete() ...
https://man.plustar.jp/php/function.dba-fetch.html - [similar]
コレクションがデータベースに存在するかをチェックする 4725
« Collection::dropIndex Collection::find » PHP Manual mysql_xdevapi\Collection コレクションがデー ... タベースに存在するかをチェックする Collection::existsInDatabase (No version information available, might ... only be in Git) Collection::existsInDatabase — コレクションがデータベースに存在するか ... をチェックする 説明 public mysql_xdevapi\Collection::existsInDatabase (): bool コレクションオブジェクトが、デー ... ンと見なされます。 これに対してカラムを追加すると、 existsInDatabase() はコレクションとは見なさなくなります。 ...
https://man.plustar.jp/php/mysql-xdevapi-collection.existsindatabase.html - [similar]
Null バイト関連の問題 4725
« ファイルシステムのセキュリティ データベースのセキュリティ » PHP Manual ファイルシステムのセキュ ... "../../etc/passwd\0" が渡されたとします if ( file_exists ( '/home/wwwrun/' . $file . '.php' )) { // file_ex ...
https://man.plustar.jp/php/security.filesystem.nullbytes.html - [similar]
例外のキャッチのオン/オフを切り替える 4725
« Yaf_Dispatcher::autoRender Yaf_Dispatcher::__construct » PHP Manual Yaf_Dispatcher 例外のキャッ ... /* now if some error occur, assuming access a non-exists controller(or you can throw a exception yourself): ... nd controller script **/application/controllers/No-exists-controller.php 参考 Yaf_Dispatcher::throwException ...
https://man.plustar.jp/php/yaf-dispatcher.catchexception.html - [similar]
ディレクトリを削除する 4688
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... ( $data , $result ) { if ( $result == 0 && ! file_exists ( $data )) { echo "eio_rmdir_ok" ; } else if ( fil ... e_exists ( $data )) { rmdir ( $data ); } } eio_rmdir ( $tem ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT