検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 437 for size (0.029 sec.)
LDAP ページネーション制御情報を送信する 3627
« ldap_control_paged_result_response ldap_count_entries » PHP Manual LDAP 関数 LDAP ページネーシ ... p_control_paged_result ( resource $link , int $pagesize , bool $iscritical = false , string $cookie = "" ) ... ータ link ldap_connect() が返す LDAP リソース。 pagesize ページあたりのエントリ数。 iscritical ページネーシ ... name' , 'mail' ); // enable pagination with a page size of 1. ldap_control_paged_result ( $ds , 1 ); $sr = ... name' , 'mail' ); // enable pagination with a page size of 100. $pageSize = 100 ; $cookie = '' ; do { ldap ...
https://man.plustar.jp/php/function.ldap-control-paged-result.html - [similar]
共有メモリブロックを作成またはオープンする 3627
« shmop_delete shmop_read » PHP Manual 共有メモリ関数 共有メモリブロックを作成またはオープンする ... int $key , string $mode , int $permissions , int $size ): Shmop | false shmop_open() は共有メモリブロック ... えば 0644 のような 8 進数形式で渡す必要があります。 size 作成したい共有メモリブロックの大きさをバイト数で指 ...
https://man.plustar.jp/php/function.shmop-open.html - [similar]
ファイルキャッシュにキャッシュされたファイルについての情報を取得する 3627
« WinCache 関数 wincache_fcache_meminfo » PHP Manual WinCache 関数 ファイルキャッシュにキャッシュ ... - ファイルがキャッシュから取り出された回数。 file_size - キャッシュされたファイルのサイズ (バイト単位)。 ... ime] => 0 [last_check] => 1 [hit_count] => 1 [file_size] => 2435 ) [2] => Array (...iterates for each cach ...
https://man.plustar.jp/php/function.wincache-fcache-fileinfo.html - [similar]
列挙型と定数 3627
« 列挙型と static メソッド トレイト » PHP Manual 列挙型(Enum) 列挙型と定数 列挙型と定数 列挙型に ... のように case を参照していても構いません: <?php enum Size { case Small ; case Medium ; case Large ; public c ...
https://man.plustar.jp/php/language.enumerations.constants.html - [similar]
オプションを設定する 3627
« mysqli::next_result mysqli::ping » PHP Manual mysqli オプションを設定する mysqli::options mysq ... 5.0 以降で利用可能です。 MYSQLI_OPT_NET_CMD_BUFFER_SIZE 内部のコマンド/ネットワークバッファのサイズ。 mysq ... lnd でのみ有効です。 MYSQLI_OPT_NET_READ_BUFFER_SIZE MySQL コマンドパケットのボディを読み込むときの、読 ...
https://man.plustar.jp/php/mysqli.options.html - [similar]
Memory management 3627
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... rs when fetching large result sets that exceed the size of the remaining memory made available by PHP. Bec ... e when memory is allocated or free'd. However, the size of the requested memory chunks may not be listed. ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
Write and push data into Swoole channel. 3627
« Swoole\Channel::pop Swoole\Channel::stats » PHP Manual Swoole\Channel Write and push data into ... le will be serialized if it is not string type. If size of the data is more than 8KB, swoole channel will ...
https://man.plustar.jp/php/swoole-channel.push.html - [similar]
Send data to the remote TCP socket. 3627
« Swoole\Client::resume Swoole\Client::sendfile » PHP Manual Swoole\Client Send data to the remo ... t, The limit for the data to send is socket_buffer_size. 関連キーワード: data , Send , remote , Swoole , s ...
https://man.plustar.jp/php/swoole-client.send.html - [similar]
Stacking work 3627
« Worker::shutdown Worker::unstack » PHP Manual Worker Stacking work Worker::stack (PECL pthread ... bject to be executed by the worker. 戻り値 The new size of the stack. 例 例1 Stacking a task for execution ...
https://man.plustar.jp/php/worker.stack.html - [similar]
Gearman 3602
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... anJob::workload — Get workload GearmanJob::workloadSize — Get size of work load GearmanTask — The GearmanT ... ta — Get data returned for a task GearmanTask::dataSize — Get the size of returned data GearmanTask::funct ...
https://man.plustar.jp/php/book.gearman.html - [similar]