検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 313 for exists (0.277 sec.)
基本的な例 4296
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
配列のキーすべて、あるいはその一部を返す 4296
« array_key_last array_map » PHP Manual 配列 関数 配列のキーすべて、あるいはその一部を返す array ... 方の配列を値として、ひとつの配列を生成する array_key_exists() - 指定したキーまたは添字が配列にあるかどうかを調 ...
https://man.plustar.jp/php/function.array-keys.html - [similar]
クラスのエイリアスを作成する 4296
« __autoload class_exists » PHP Manual クラス/オブジェクト関数 クラスのエイリアスを作成する clas ...
https://man.plustar.jp/php/function.class-alias.html - [similar]
Return the number of rows affected by the last SQL statement 4296
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... a' , '' ); cubrid_execute ( $conn , "DROP TABLE IF EXISTS cubrid_test" ); cubrid_execute ( $conn , "CREATE T ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
Bind a lob object or a string as a lob object to a prepared statement as paramet... 4296
« cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a ... a" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists test_lob" ); cubrid_execute ( $conn , "CREATE TABL ...
https://man.plustar.jp/php/function.cubrid-lob2-bind.html - [similar]
Enchant プロバイダを列挙する 4296
« Enchant 関数 enchant_broker_dict_exists » PHP Manual Enchant 関数 Enchant プロバイダを列挙する ...
https://man.plustar.jp/php/function.enchant-broker-describe.html - [similar]
PWL ファイルを使用して辞書を作成する 4296
« enchant_broker_request_dict enchant_broker_set_dict_path » PHP Manual Enchant 関数 PWL ファイル ... ) - 個々の辞書について説明する enchant_broker_dict_exists() - 辞書が存在するかどうかを調べる。空でないタグを ...
https://man.plustar.jp/php/function.enchant-broker-request-pwl-dict.html - [similar]
ある拡張機能がロードされているかどうかを調べる 4296
« dl gc_collect_cycles » PHP Manual PHP オプション/情報 関数 ある拡張機能がロードされているかどう ... - 実行時に PHP 拡張モジュールをロードする function_exists() - 指定した関数が定義されている場合に true を返す ...
https://man.plustar.jp/php/function.extension-loaded.html - [similar]
ファイルの更新時刻を取得する 4296
« fileinode fileowner » PHP Manual ファイルシステム 関数 ファイルの更新時刻を取得する filemtime ... 2 22:16:23. $filename = 'somefile.txt' ; if ( file_exists ( $filename )) { echo " $filename was last modifie ...
https://man.plustar.jp/php/function.filemtime.html - [similar]
ファイルのサイズを取得する 4296
« fileperms filetype » PHP Manual ファイルシステム 関数 ファイルのサイズを取得する filesize (PHP ... るプロトコル/ラッパー を参照してください。 参考 file_exists() - ファイルまたはディレクトリが存在するかどうか調 ...
https://man.plustar.jp/php/function.filesize.html - [similar]