検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 437 for size (0.012 sec.)
共有メモリブロックの大きさを取得する 5407
« shmop_read shmop_write » PHP Manual 共有メモリ関数 共有メモリブロックの大きさを取得する shmop_ ... size (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) shmop_size — 共有メモリブロックの大きさを取得する 説明 shmop_ ... size ( Shmop $shmop ): int shmop_size() は、共有メモリブロックのサイズをバイト単位で取得 ... 例1 共有メモリブロックのサイズを取得する <?php $shm_size = shmop_size ( $shm_id ); ?> この例は、 $shm_id で ... 識別される共有メモリブロックのサイズを $shm_size に代入しています。 関連キーワード: ブロック , shmo ...
https://man.plustar.jp/php/function.shmop-size.html - [similar]
配列のサイズを変更する 5407
« SplFixedArray::rewind SplFixedArray::toArray » PHP Manual SplFixedArray 配列のサイズを変更する ... SplFixedArray::setSize (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::setS ... 配列のサイズを変更する 説明 public SplFixedArray::setSize ( int $size ): bool 配列のサイズを、新しい値 size ... に変更します。 size が現在の配列のサイズより小さい場合は、 入りきらなか ... ったそれ以降の値は破棄されます。 size が現在の配列のサイズより大きい場合は、 増えた要素の ...
https://man.plustar.jp/php/splfixedarray.setsize.html - [similar]
Construct a Swoole Channel 5407
« Swoole\Channel Swoole\Channel::__destruct » PHP Manual Swoole\Channel Construct a Swoole Chann ... 説明 public Swoole\Channel::__construct ( string $size ) Swoole channel is memory data structure works li ... in memory. Construct a swoole channel with a fixed size. The minimum size of a swoole channel is 64KB. Exc ... e thrown if there is not enough memory. パラメータ size The size of the Swoole channel. 関連キーワード: Sw ... oole , Construct , a , size , memory , construct , swoole , there , thrown , m ...
https://man.plustar.jp/php/swoole-channel.construct.html - [similar]
Status of cache 5407
« Yac::__get Yac::set » PHP Manual Yac Status of cache Yac::info (PECL yac >= 1.0.0) Yac::info — ... 。 戻り値 Return an array, consistent with: "memory_size", "slots_memory_size", "values_memory_size", "segm ... ent_size", "segment_num", "miss", "hits", "fails", "kicks", ... "recycles", "slots_size", "slots_used" 関連キーワード: Status , Yac , of , ... size , slots , info , memory , array , パラメータ , seg ...
https://man.plustar.jp/php/yac.info.html - [similar]
Get the number of elements in collection type column using OID 5382
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... ection type column using OID cubrid_col_size (PECL CUBRID >= 8.3.0) cubrid_col_size — Get the n ... n collection type column using OID 説明 cubrid_col_size ( resource $conn_identifier , string $oid , string ... $attr_name ): int The cubrid_col_size() function is used to get the number of elements i ... uccessful, return false, not -1. 例 例1 cubrid_col_size() example <?php $conn = cubrid_connect ( "localhos ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
Sets the factor by which the regex fragmenter can stray from the ideal fragment ... 5382
« SolrQuery::setHighlightRegexPattern SolrQuery::setHighlightRequireFieldMatch » PHP Manual Solr ... regex fragmenter can stray from the ideal fragment size SolrQuery::setHighlightRegexSlop (PECL solr >= 0.9 ... regex fragmenter can stray from the ideal fragment size 説明 public SolrQuery::setHighlightRegexSlop ( flo ... regex fragmenter can stray from the ideal fragment size ( specfied by SolrQuery::setHighlightFragsize )to ... regex fragmenter can stray from the ideal fragment size 戻り値 Returns the current SolrQuery object, if th ...
https://man.plustar.jp/php/solrquery.sethighlightregexslop.html - [similar]
realpath キャッシュサイズを取得 5357
« realpath_cache_get realpath » PHP Manual ファイルシステム 関数 realpath キャッシュサイズを取得 ... realpath_cache_size (PHP 5 >= 5.3.2, PHP 7, PHP 8) realpath_cache_size ... ealpath キャッシュサイズを取得 説明 realpath_cache_size (): int realpath キャッシュで使用されるメモリー量を ... が使用中のメモリ量を返します。 例 例1 realpath_cache_size() 例 <?php var_dump ( realpath_cache_size ()); ?> ... シュ・エントリーを取得 設定オプション realpath_cache_size 関連キーワード: realpath , キャッシュ , 取得 , サイ ...
https://man.plustar.jp/php/function.realpath-cache-size.html - [similar]
設定オプションの値を得る 5307
« ini_get_all ini_restore » PHP Manual PHP オプション/情報 関数 設定オプションの値を得る ini_get ... isplay_errors = On register_globals = Off post_max_size = 8M */ echo 'display_errors = ' . ini_get ( 'disp ... get ( 'register_globals' ) . "\n" ; echo 'post_max_size = ' . ini_get ( 'post_max_size' ) . "\n" ; echo 'p ... ost_max_size+1 = ' . ( ini_get ( 'post_max_size' )+ 1 ) . "\n" ... ; echo 'post_max_size in bytes = ' . return_bytes ( ini_get ( 'post_max_ ...
https://man.plustar.jp/php/function.ini-get.html - [similar]
Linearizes data within buffer and returns it's contents as a string 5290
« EventBuffer::prependBuffer EventBuffer::read » PHP Manual EventBuffer Linearizes data within b ... as a string 説明 public EventBuffer::pullup ( int $size ): string "Linearizes" the first size bytes of the ... tiguous and occupying the same chunk of memory. If size is negative, the function linearizes the entire bu ... r. 警告 Calling EventBuffer::pullup() with a large size can be quite slow, since it potentially needs to c ... opy the entire buffer's contents. パラメータ size The number of bytes required to be contiguous with ...
https://man.plustar.jp/php/eventbuffer.pullup.html - [similar]
Creates a PHP string from a memory area 5290
« FFI::sizeof FFI::type » PHP Manual FFI Creates a PHP string from a memory area FFI::string (PH ... blic static FFI::string ( FFI\CData &$ptr , ? int $size = null ): string Creates a PHP string from size by ... of the memory area from which to create a string . size The number of bytes to copy to the string . If siz ... reated PHP string . 変更履歴 バージョン 説明 8.0.0 size is nullable now; previously, its default was 0 . 関 ... 連キーワード: string , from , memory , Creates , a , size , ptr , bytes , ted , must ...
https://man.plustar.jp/php/ffi.string.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT