検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 313 for exists (0.009 sec.)
クラス/オブジェクトの情報 6608
« usort はじめに » PHP Manual 変数・データ型関連 クラス/オブジェクトの情報 クラス/オブジェクトの ... る class_alias — クラスのエイリアスを作成する class_exists — クラスが定義済みかどうかを確認する enum_exists... — オブジェクトの親クラスの名前を取得する interface_exists — インターフェイスが宣言されているかどうかを確認す ... ターフェイスを実装しているか) どうかを調べる method_exists — クラスメソッドが存在するかどうかを確認する prope ... rty_exists — オブジェクトもしくはクラスにプロパティが存在する ...
https://man.plustar.jp/php/book.classobj.html - [similar]
辞書が存在するかどうかを調べる。空でないタグを使用する 6608
« enchant_broker_describe enchant_broker_free_dict » PHP Manual Enchant 関数 辞書が存在するかどう ... を調べる。空でないタグを使用する enchant_broker_dict_exists (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1 ... .0 ) enchant_broker_dict_exists — 辞書が存在するかどうかを調べる。空でないタグを使 ... 用する 説明 enchant_broker_dict_exists ( EnchantBroker $broker , string $tag ): bool 辞書 ... が期待されていました。 例 例1 enchant_broker_dict_exists() の例 <?php $tag = 'en_US' ; $r = enchant_broker_ ...
https://man.plustar.jp/php/function.enchant-broker-dict-exists.html - [similar]
キーが存在するかどうかを確認する 6524
« dba_delete dba_fetch » PHP Manual DBA 関数 キーが存在するかどうかを確認する dba_exists (PHP 4, ... PHP 5, PHP 7, PHP 8) dba_exists — キーが存在するかどうかを確認する 説明 dba_exists ... ( string | array $key , resource $dba ): bool dba_exists() は、指定した key がデータベースに存在するかどうか ... 挿入する 関連キーワード: dba , キー , 確認 , 存在 , exists , エントリ , key , fetch , DBA , 挿入 ...
https://man.plustar.jp/php/function.dba-exists.html - [similar]
メッセージキューが存在するかどうかを調べる 6040
« msg_get_queue msg_receive » PHP Manual セマフォ関数 メッセージキューが存在するかどうかを調べる ... msg_queue_exists (PHP 5 >= 5.3.0, PHP 7, PHP 8) msg_queue_exists... ージキューが存在するかどうかを調べる 説明 msg_queue_exists ( int $key ): bool key で指定したメッセージキューが ... 関連キーワード: メッセージキュー , 存在 , queue , exists , key , receive , 参考 , stat , 受信 , メッセージ ...
https://man.plustar.jp/php/function.msg-queue-exists.html - [similar]
ストアドプロシージャ 5825
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id ... INT)" ); $mysqli -> query ( "DROP PROCEDURE IF EXISTS p" ); $mysqli -> query ( "CREATE PROCEDURE p(IN id ... database" ); $mysqli -> query ( "DROP PROCEDURE IF EXISTS p" ); $mysqli -> query ( 'CREATE PROCEDURE p(OUT m ... , "database" ); $mysqli -> query ( "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
テーブルがデータベースに存在するかをチェックする 5732
« Table::delete Table::getName » PHP Manual mysql_xdevapi\Table テーブルがデータベースに存在する ... かをチェックする Table::existsInDatabase (No version information available, might ... only be in Git) Table::existsInDatabase — テーブルがデータベースに存在するかをチ ... ェックする 説明 public mysql_xdevapi\Table::existsInDatabase (): bool このテーブルがデータベースに存在 ... ば、 false を返します。 例 例1 mysql_xdevapi\Table::existsInDatabase() の例 <?php $session = mysql_xdevapi \ ...
https://man.plustar.jp/php/mysql-xdevapi-table.existsindatabase.html - [similar]
ファイルまたはディレクトリが存在するかどうか調べる 5695
« fgetss file_get_contents » PHP Manual ファイルシステム 関数 ファイルまたはディレクトリが存在す ... るかどうか調べる file_exists (PHP 4, PHP 5, PHP 7, PHP 8) file_exists — ファイル ... またはディレクトリが存在するかどうか調べる 説明 file_exists ( string $filename ): bool ファイルあるいはディレク ... る <?php $filename = '/path/to/foo.txt' ; if ( file_exists ( $filename )) { echo " $filename が存在します" ; ... クトリ , file , ファイル , 関数 , filename , 注意 , exists , computername , サポート ...
https://man.plustar.jp/php/function.file-exists.html - [similar]
指定したファイルの PharFileInfo オブジェクトを取得する 5518
« Phar::offsetExists Phar::offsetSet » PHP Manual Phar 指定したファイルの PharFileInfo オブジェク ... __ ) . '/myphar.phar' , 0 , 'myphar.phar' ); $p [ 'exists.txt' ] = "file exists\n" ; try { // 自動的に offse ... tGet() をコールします echo $p [ 'exists.txt' ]; echo $p [ 'doesnotexist.txt' ]; } catch ( ... echo $e ; } ?> 上の例の出力は以下となります。 file exists Entry doesnotexist.txt does not exist 参考 Phar::o ... ffsetExists() - ファイルが phar 内に存在するかどうかを調べる P ...
https://man.plustar.jp/php/phar.offsetget.html - [similar]
キーが指す DBA エントリを削除する 5471
« dba_close dba_exists » PHP Manual DBA 関数 キーが指す DBA エントリを削除する dba_delete (PHP 4 ... rue を、失敗した場合に false を返します。 参考 dba_exists() - キーが存在するかどうかを確認する dba_fetch() - ... ba , エントリ , キー , 削除 , DBA , データベース , exists , 挿入 , key , 確認 ...
https://man.plustar.jp/php/function.dba-delete.html - [similar]
The Zookeeper class 5340
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... ( string $path , int $version = -1 ): bool public exists ( string $path , callable $watcher_cb = null ): ar ... int NOCHILDRENFOREPHEMERALS = -108 ; const int NODEEXISTS = -110 ; const int NOTEMPTY = -111 ; const int SES ... tent nodes. These watches are set using Zookeeper::exists. Zookeeper::DELETED_EVENT A node has been deleted ... s on nodes. These watches are set using Zookeeper::exists and Zookeeper::get. Zookeeper::CHANGED_EVENT A nod ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT