検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 121 for block (0.012 sec.)
Basic usage 6332
« 例 HRTime\PerformanceCounter » PHP Manual 例 Basic usage Basic usage The example illustrates t ... sic StopWatch class usage 例1 Measure several code blocks execution and get the total <?php $c = new HRTime ... \ StopWatch ; $c -> start (); /* measure this code block execution */ for ( $i = 0 ; $i < 1024 * 1024 ; $i ... 024 ; $i ++); $c -> start (); /* measure this code block execution */ for ( $i = 0 ; $i < 1024 * 1024 ; $i ... le , illustrates , StopWatch , Measure , several , blocks ...
https://man.plustar.jp/php/hrtime.example.basic.html - [similar]
Begin checking for events and calling callbacks for the loop 6195
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... The default behavior described above Ev::RUN_ONCE Block at most one(wait, but don't loop) Ev::RUN_NOWAIT D ... on't block at all(fetch/handle events, but don't wait) See th ...
https://man.plustar.jp/php/evloop.run.html - [similar]
アイテムを比較して入れ替える 6195
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える ... とそのトークンを取得します */ $ips = $m -> get ( 'ip_block' , null , $cas ); /* リストが存在しない場合はまず作 ... rray( $_SERVER [ 'REMOTE_ADDR' ]); $m -> add ( 'ip_block' , $ips ); /* それ以外の場合は、IP をリストに追加し ... $_SERVER [ 'REMOTE_ADDR' ]; $m -> cas ( $cas , 'ip_block' , $ips ); } } while ( $m -> getResultCode () != M ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
利用可能なハッシュ ID の最大値を得る 6109
« Mhash 関数 mhash_get_block_size » PHP Manual Mhash 関数 利用可能なハッシュ ID の最大値を得る m ... $i = 0 ; $i <= $nr ; $i ++) { echo sprintf ( "The blocksize of %s is %d\n" , mhash_get_hash_name ( $i ), m ... hash_get_block_size ( $i )); } ?> 関連キーワード: ハッシュ , 利用 ...
https://man.plustar.jp/php/function.mhash-count.html - [similar]
ブロックされたシグナルを設定あるいは取得する 6022
« pcntl_signal pcntl_sigtimedwait » PHP Manual PCNTL 関数 ブロックされたシグナルを設定あるいは取 ... ) の挙動を設定します。以下の値が設定できます。 SIG_BLOCK : 現在ブロックされているシグナルにシグナルを追加す ... る SIG_UNBLOCK : 現在ブロックされているシグナルからシグナルを削除 ... l_sigprocmask() の例 <?php pcntl_sigprocmask ( SIG_BLOCK , array( SIGHUP )); $oldset = array(); pcntl_sigpr ... ocmask ( SIG_UNBLOCK , array( SIGHUP ), $oldset ); ?> 参考 pcntl_sigwai ...
https://man.plustar.jp/php/function.pcntl-sigprocmask.html - [similar]
基本的な使用法 6022
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php ... ritten = shmop_write ( $shm_id , "my shared memory block" , 0 ); if ( $shm_bytes_written != strlen ( "my sh ... ared memory block" )) { echo "データ全体を書き込めませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
Finalizes all add/deletes made to the index 6022
« SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del ... ften but hard commit less frequently. waitSearcher block until a new searcher is opened and registered as t ... ue [, bool $waitSearcher = true ]]] ). $waitFlush: Block until index changes are flushed to disk. 注意 警告 ...
https://man.plustar.jp/php/solrclient.commit.html - [similar]
The RarEntry class 5985
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... _UNIX_DIRECTORY = 16384 ; const int ATTRIBUTE_UNIX_BLOCK_DEV = 24576 ; const int ATTRIBUTE_UNIX_REGULAR_FIL ... TTRIBUTE_UNIX_DIRECTORY , RarEntry::ATTRIBUTE_UNIX_BLOCK_DEV , RarEntry::ATTRIBUTE_UNIX_REGULAR_FILE , RarE ... other operating systems. RarEntry::ATTRIBUTE_UNIX_BLOCK_DEV Unix block devices will have attributes whose ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
The MongoDB\Driver\Cursor class 5935
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... is tailable, calling IteratorIterator::next() will block and wait for additional results. IteratorIterator: ... e awaitData query option to instruct the server to block for a short period (e.g. one second) at the end of ... specify the amount of time that the server should block when it reaches the end of the result set. エラー ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
ソケットリソースを非ブロックモードに設定する 5935
« socket_set_block socket_set_option » PHP Manual ソケット 関数 ソケットリソースを非ブロックモー ... ドに設定する socket_set_nonblock (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_set_n ... onblock — ソケットリソースを非ブロックモードに設定する 説明 ... socket_set_nonblock ( Socket $socket ): bool socket_set_nonblock() 関数 ... は、 socket パラメータで指定したソケットに O_NONBLOCK フラグを設定します。 受信や送信、接続、待機といった ...
https://man.plustar.jp/php/function.socket-set-nonblock.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT