検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 1160 for Object (0.032 sec.)
Poll the items 2886
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... oing message */ $poll = new ZMQPoll (); /* Add the object and listen for poll in/out */ $id = $poll -> add ( ... , ZMQ :: POLL_IN | ZMQ :: POLL_OUT ); echo "Added object with id " . $id . "\n" ; /* Initialise readable an ... oreach ( $errors as $error ) { echo "Error polling object " . $error . "\n" ; } } } catch ( ZMQPollException ... ; } if ( $events > 0 ) { /* Loop through readable objects and recv messages */ foreach ( $readable as $r ) ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
間隔を取得する 2863
« DatePeriod::__construct DatePeriod::getEndDate » PHP Manual DatePeriod 間隔を取得する DatePeri ... teInterval 期間に適用される間隔を表す DateInterval object を取得する。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 DateInterval object を返す。 例 例1 DatePeriod::getDateInterval() の例 ...
https://man.plustar.jp/php/dateperiod.getdateinterval.html - [similar]
指定したすべてのオブジェクトとそのオブジェクト ID を返す 2863
« snmp3_getnext snmp3_set » PHP Manual SNMP 関数 指定したすべてのオブジェクトとそのオブジェクト ... col , string $privacy_passphrase , array | string $object_id , int $timeout = -1 , int $retries = -1 ): arra ... y | false snmp3_real_walk() 関数は、 object_id から始まる SNMP オブジェクトを走査し、その値とオ ... S)。 privacy_passphrase プライバシーパスフレーズ。 object_id SNMP オブジェクト ID。 timeout 最初のタイムアウ ...
https://man.plustar.jp/php/function.snmp3-real-walk.html - [similar]
実行時設定 2863
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ibase_fetch_row() ibase_fetch_assoc() ibase_fetch_object() mssql_fetch_row() mssql_fetch_object() mssql_fet ... li_fetch_array() mysqli_fetch_assoc() mysqli_fetch_object() pg_fetch_row() pg_fetch_assoc() pg_fetch_array() ... pg_fetch_object() pg_fetch_all() pg_select() sybase_fetch_object() ... sybase_fetch_array() sybase_fetch_assoc() SplFileObject::fgets() SplFileObject::fgetcsv() SplFileObject::f ...
https://man.plustar.jp/php/info.configuration.html - [similar]
はじめに 2863
« Sync インストール/設定 » PHP Manual Sync はじめに はじめに The 'sync' extension introduces cro ... ss-platform synchonization objects into PHP. Named and unnamed Mutex, Semaphore, Eve ... nt, Reader-Writer, and named Shared Memory objects provide OS-level synchronization on both POSIX (e ... rms. Automatic cleanup of acquired synchronization objects takes place during extension teardown. This means ... a script (e.g. script execution time is exceeded), objects will not be left in an unknown state. The only ex ...
https://man.plustar.jp/php/intro.sync.html - [similar]
Fires/sets the event 2863
« SyncEvent::__construct SyncEvent::reset » PHP Manual SyncEvent Fires/sets the event SyncEvent: ... ic SyncEvent::fire (): bool Fires/sets a SyncEvent object. Lets multiple threads through that are waiting if ... the event object was created with a manual value of true . パラメー ...
https://man.plustar.jp/php/syncevent.fire.html - [similar]
Returns the size of the named shared memory 2863
« SyncSharedMemory::read SyncSharedMemory::write » PHP Manual SyncSharedMemory Returns the size ... ieves the shared memory size of a SyncSharedMemory object. パラメータ この関数にはパラメータはありません。 戻 ... :__construct() - Constructs a new SyncSharedMemory object SyncSharedMemory::write() - Copy data to named sha ...
https://man.plustar.jp/php/syncsharedmemory.size.html - [similar]
弱く参照されたオブジェクトを取得する 2863
« WeakReference::create WeakMap » PHP Manual WeakReference 弱く参照されたオブジェクトを取得する ... クトを取得する 説明 public WeakReference::get (): ? object 弱く参照されたオブジェクトを取得します。 既にオブジ ... 数にはパラメータはありません。 戻り値 参照されている object を返します。 オブジェクトが破棄されている場合は、 ...
https://man.plustar.jp/php/weakreference.get.html - [similar]
"自然順" アルゴリズムでエントリをソートする 2839
« ArrayObject::natcasesort ArrayObject::offsetExists » PHP Manual ArrayObject "自然順" アルゴリズ ... ムでエントリをソートする ArrayObject::natsort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObjec ... アルゴリズムでエントリをソートする 説明 public ArrayObject::natsort (): bool このメソッドは、英数字からなる文 ... コンピュータの通常の文字列ソートアルゴリズム ( ArrayObject::asort で使われているもの) の違いは、以下のサンプル ... タはありません。 戻り値 値を返しません。 例 例1 ArrayObject::natsort() の例 <?php $array = array( "img12.png" ...
https://man.plustar.jp/php/arrayobject.natsort.html - [similar]
The SyncSharedMemory class 2839
« SyncReaderWriter::writeunlock SyncSharedMemory::__construct » PHP Manual Sync The SyncSharedMe ... , consistent implementation of named shared memory objects. Shared memory lets two separate processes commun ... d shared memory is an alternative. Synchronization objects (e.g. SyncMutex) are still required to protect mo ... y::__construct — Constructs a new SyncSharedMemory object SyncSharedMemory::first — Check to see if the obje ...
https://man.plustar.jp/php/class.syncsharedmemory.html - [similar]