検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 230 for instance (0.026 sec.)
CUBRID 5384
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... lose a database connection cubrid_drop — Delete an instance using OID cubrid_error_code_facility — Get the fac ... r the last updated AUTO_INCREMENT column cubrid_is_instance — Check whether the instance pointed by OID exists ... スと関数 cubrid_load_from_glo — Read data from a GLO instance and save it in a file cubrid_new_glo — Create a gl ... o instance cubrid_save_to_glo — Save requested file in a GLO ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
要件 5353
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 IBM DB2 Universal ... タンスを指定する必要があります。 php.ini で ibm_db2.instance_name を使用して DB2 インスタンス名を指定するか、 P ... た場合には php.ini に以下の行を追加します。 ibm_db2.instance_name=db2inst1 php.ini にこれを指定しない場合は、 D ... からこれらの関数を使用するには、 php.ini で ibm_db2.instance_name を設定するか、 Web サーバーの起動スクリプト ( ... , インスタンス , インストール , 設定 , Database , instance , ibm , サーバー , 起動 , 実行 ...
https://man.plustar.jp/php/ibm-db2.requirements.html - [similar]
Performs a C type cast 5322
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH ... .g. int , char , etc.); if the method is called as instance method, any type declared for the instance is allo ... メータ type A valid C declaration as string , or an instance of FFI\CType which has already been created. ptr T ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
Creates a new map using keys that aren't in another map 5281
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... s the result of removing all keys from the current instance that are present in a given map . A \ B = {x ∈ A | ... 値 The result of removing all keys from the current instance that are present in a given map . See Also » Compl ... p , map , result , given , from , all , removing , instance , using ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
RRDtool 5250
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 ... e RRDCreator::__construct — Creates new RRDCreator instance RRDCreator::save — Saves the RRD database to a fil ... クラス RRDGraph::__construct — Creates new RRDGraph instance RRDGraph::save — Saves the result of query into im ... ス RRDUpdater::__construct — Creates new RRDUpdater instance RRDUpdater::update — Update the RRD database file ...
https://man.plustar.jp/php/book.rrd.html - [similar]
Yaf_Registry クラス 5250
« Yaf_Plugin_Abstract::routerStartup Yaf_Registry::__construct » PHP Manual Yaf Yaf_Registry クラ ... 概要 class Yaf_Registry { /* プロパティ */ static $ _instance ; protected $ _entries ; /* メソッド */ private __ ... string $name , string $value ): bool } プロパティ _instance _entries 目次 Yaf_Registry::__construct — Yaf_Regi ... tring , public , アイテム , メソッド , construct , instance ...
https://man.plustar.jp/php/class.yaf-registry.html - [similar]
初期化済みの inotify インスタンスに監視対象を追加する 5209
« Inotify 関数 inotify_init » PHP Manual Inotify 関数 初期化済みの inotify インスタンスに監視対象 ... 追加する 説明 inotify_add_watch ( resource $inotify_instance , string $pathname , int $mask ): int inotify_add_ ... 書きせずにイベントを追加します。 パラメータ inotify_instance inotify_init() が返すリソース pathname 監視対象のフ ... y , 追加 , インスタンス , 監視 , pathname , init , instance , int , ディレクトリ , 関数 ...
https://man.plustar.jp/php/function.inotify-add-watch.html - [similar]
待機中のイベントがある場合に正の数を返す 5209
« inotify_init inotify_read » PHP Manual Inotify 関数 待機中のイベントがある場合に正の数を返す i ... 数を返す 説明 inotify_queue_len ( resource $inotify_instance ): int この関数で、 inotify_read() がブロックされる ... y_read() はブロックされません。 パラメータ inotify_instance inotify_init() が返すリソース 戻り値 待機中のイベン ... ント , ブロック , init , read , queue , ストリーム , instance , stream ...
https://man.plustar.jp/php/function.inotify-queue-len.html - [similar]
変数のスコープ 5209
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... 数に保存することができません。 <?php function & get_instance_ref () { static $obj ; echo 'Static object: ' ; va ... j -> property ++; } return $obj ; } function & get_instance_noref () { static $obj ; echo 'Static object: ' ; ... $obj -> property ++; } return $obj ; } $obj1 = get_instance_ref (); $still_obj1 = get_instance_ref (); echo "\ ... n" ; $obj2 = get_instance_noref (); $still_obj2 = get_instance_noref (); ?> ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
クラスの基礎 5178
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... しても構いません。 例3 インスタンスを作成する <?php $instance = new SimpleClass (); // 変数を使うこともできます ... $className = 'SimpleClass' ; $instance = new $className (); // new SimpleClass() ?> クラス ... とにより作成可能です。 例4 オブジェクトの代入 <?php $instance = new SimpleClass (); $assigned = $instance ; $ref ... erence =& $instance ; $instance -> var = '$assigned will have this val ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]