検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 437 for size (0.050 sec.)
Copies one memory area to another 4716
« FFI::memcmp FFI::memset » PHP Manual FFI Copies one memory area to another FFI::memcpy (PHP 7 ... FFI\CData &$to , FFI\CData | string &$from , int $size ): void Copies size bytes from the memory area fro ... o. from The start of the memory area to copy from. size The number of bytes to copy. 戻り値 値を返しません ... 関連キーワード: memory , Copies , from , memcpy , size , copy , CData , bytes , memcmp , memset ...
https://man.plustar.jp/php/ffi.memcpy.html - [similar]
The EventHttpConnection class 4691
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... setLocalPort ( int $port ): void public setMaxBodySize ( string $max_size ): void public setMaxHeadersSiz ... e ( string $max_size ): void public setRetries ( int $retries ): void p ... onnections are made EventHttpConnection::setMaxBodySize — Sets maximum body size for the connection EventH ... ttpConnection::setMaxHeadersSize — Sets maximum header size EventHttpConnection::se ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
The Swoole\Buffer class 4675
« Swoole\Atomic::sub Swoole\Buffer::append » PHP Manual Swoole The Swoole\Buffer class The Swool ... id public __destruct (): void public expand ( int $size ): int public read ( int $offset , int $length ): ... at the end of the memory buffer and return the new size of memory allocated. Swoole\Buffer::clear — Reset ... memory buffer. Swoole\Buffer::__construct — Fixed size memory blocks allocation. Swoole\Buffer::__destruc ... memory buffer. Swoole\Buffer::expand — Expand the size of memory buffer. Swoole\Buffer::read — Read data ...
https://man.plustar.jp/php/class.swoole-buffer.html - [similar]
オープンされたモードでサポートされる最大キー長を返す 4675
« mcrypt_enc_get_iv_size mcrypt_enc_get_modes_name » PHP Manual Mcrypt 関数 オープンされたモード ... でサポートされる最大キー長を返す mcrypt_enc_get_key_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_enc_get_key_size — オープンされたモードでサポートされる最大キー長を ... らないことを強く推奨します。 説明 mcrypt_enc_get_key_size ( resource $td ): int そのアルゴリズムでサポートさ ... , 最大 , キー , オープン , モード , mcrypt , enc , size , 関数 , key ...
https://man.plustar.jp/php/function.mcrypt-enc-get-key-size.html - [similar]
The SolrCollapseFunction class 4650
« SolrDisMaxQuery::useEDisMaxQueryParser SolrCollapseFunction::__construct » PHP Manual Solr The ... : string public getNullPolicy (): string public getSize (): int public setField ( string $fieldName ): Sol ... ring $nullPolicy ): SolrCollapseFunction public setSize ( int $size ): SolrCollapseFunction public __toStr ... icy — Returns null policy SolrCollapseFunction::getSize — Returns size parameter SolrCollapseFunction::set ... ry SolrCollapseFunction::setMin — Sets the initial size of the collapse data structures when collapsing on ...
https://man.plustar.jp/php/class.solrcollapsefunction.html - [similar]
The Parle\Stack class 4625
« Parle\RParser::validate Parle\Stack::pop » PHP Manual Parle The Parle\Stack class The Parle\St ... パティ */ public bool $ empty = true ; public int $ size = 0 ; public mixed $ top ; /* メソッド */ public p ... ロパティ empty Whether the stack is empty, readonly. size Stack size, readonly. top Element on the top of th ... arle , Stack , public , pop , stack , item , top , size , readonly , from ...
https://man.plustar.jp/php/class.parle-stack.html - [similar]
指定したアルゴリズムのブロック長を返す 4625
« mcrypt_module_close mcrypt_module_get_algo_key_size » PHP Manual Mcrypt 関数 指定したアルゴリズ ... ムのブロック長を返す mcrypt_module_get_algo_block_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_module_get_algo_block_size — 指定したアルゴリズムのブロック長を返す 警告 この ... を強く推奨します。 説明 mcrypt_module_get_algo_block_size ( string $algorithm , string $lib_dir = ? ): int 指 ... リズム , ブロック , mcrypt , 指定 , module , algo , size , 関数 , block , パラメータ ...
https://man.plustar.jp/php/function.mcrypt-module-get-algo-block-size.html - [similar]
Compares memory areas 4600
« FFI::load FFI::memcpy » PHP Manual FFI Compares memory areas FFI::memcmp (PHP 7 >= 7.4.0, PHP ... FI\CData &$ptr1 , string | FFI\CData &$ptr2 , int $size ): int Compares size bytes from the memory areas p ... emory area. ptr2 The start of another memory area. size The number of bytes to compare. 戻り値 Returns < 0 ... 関連キーワード: memory , Compares , memcmp , CData , size , ontents , than , string , int , bytes ...
https://man.plustar.jp/php/ffi.memcmp.html - [similar]
Close BLOB/CLOB data 4600
« cubrid_is_instance cubrid_lob_export » PHP Manual CUBRID 関数 Close BLOB/CLOB data cubrid_lob_ ... LECT doc_content FROM doc WHERE id=5" ); echo "Doc size: " . cubrid_lob_size ( $lobs [ 0 ]). " bytes" ; cu ... 考 cubrid_lob_get() - Get BLOB/CLOB data cubrid_lob_size() - Get BLOB/CLOB data size cubrid_lob_export() - ... OB , data , array , identifier , returned , send , size ...
https://man.plustar.jp/php/function.cubrid-lob-close.html - [similar]
共有メモリセグメントを作成またはオープンする 4600
« sem_remove shm_detach » PHP Manual セマフォ関数 共有メモリセグメントを作成またはオープンする s ... たはオープンする 説明 shm_attach ( int $key , ? int $size = null , int $permissions = 0666 ): SysvSharedMemo ... 用することが可能です。 最初のコールの際に、サイズが size 、 オプションのパーミッション permissions を指定し ... 両方のインスタンスは同じ共有メモリをアクセスします。 size および permissions は無視されます。 パラメータ key ... 共有メモリセグメント ID を表す数値。 size メモリのサイズ。省略した場合のデフォルトは php.ini ...
https://man.plustar.jp/php/function.shm-attach.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT