検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 437 for size (0.018 sec.)
The SyncSharedMemory class 4816
« SyncReaderWriter::writeunlock SyncSharedMemory::__construct » PHP Manual Sync The SyncSharedMe ... メソッド */ public __construct ( string $name , int $size ) public first (): bool public read ( int $start = ... 0 , int $length = ? ) public size (): int public write ( string $string = ? , int $s ... py data from named shared memory SyncSharedMemory::size — Returns the size of the named shared memory Sync ... dMemory , memory , shared , named , public , int , size , construct , string , read ...
https://man.plustar.jp/php/class.syncsharedmemory.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 4791
« xdiff 関数 xdiff_file_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成するファイルの ... サイズを読み込む xdiff_file_bdiff_size (PECL xdiff >= 1.5.0) xdiff_file_bdiff_size — バイ ... するファイルのサイズを読み込む 説明 xdiff_file_bdiff_size ( string $file ): int ファイル file のバイナリパッ ... ファイルのサイズを返します。 例 例1 xdiff_file_bdiff_size() の例 次のコードは、バイナリ diff を適用してできあ ... を読み込みます。 <?php $length = xdiff_string_bdiff_size ( 'file.bdiff' ); echo "Resulting file will be $le ...
https://man.plustar.jp/php/function.xdiff-file-bdiff-size.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 4791
« xdiff_file_rabdiff xdiff_string_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成する ... ファイルのサイズを読み込む xdiff_string_bdiff_size (PECL xdiff >= 1.5.0) xdiff_string_bdiff_size — バ ... るファイルのサイズを読み込む 説明 xdiff_string_bdiff_size ( string $patch ): int バイナリパッチ patch を元フ ... ァイルのサイズを返します。 例 例1 xdiff_string_bdiff_size() の例 次のコードは、バイナリ diff を適用してできあ ... nts ( 'file.bdiff' ); $length = xdiff_string_bdiff_size ( $binary_patch ); echo "Resulting file will be $l ...
https://man.plustar.jp/php/function.xdiff-string-bdiff-size.html - [similar]
配列からシンボルテーブルに変数をインポートする 4766
« end in_array » PHP Manual 配列 関数 配列からシンボルテーブルに変数をインポートする extract (PH ... はwddx_deserializeから返された配列と仮定します */ $size = "large" ; $var_array = array( "color" => "blue" ... , "size" => "medium" , "shape" => "sphere" ); extract ( $v ... ay , EXTR_PREFIX_SAME , "wddx" ); echo " $color , $size , $shape , $wddx_size \n" ; ?> 上の例の出力は以下と ... sphere, medium EXTR_PREFIX_SAME を指定したため、 $size は上書きされず、 $wddx_size が作成されます。 EXTR_ ...
https://man.plustar.jp/php/function.extract.html - [similar]
The Pool class 4741
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... クラス概要 class Pool { /* プロパティ */ protected $ size ; protected $ class ; protected $ workers ; protec ... $ last ; /* メソッド */ public __construct ( int $size , string $class = ? , array $ctor = ? ) public col ... lect ( Callable $collector = ? ): int public resize ( int $size ): void public shutdown (): void publi ... ( int $worker , Threaded $task ): int } プロパティ size maximum number of Workers this Pool can use class ...
https://man.plustar.jp/php/class.pool.html - [similar]
Read buffer's data 4741
« EventBufferEvent::getOutput EventBufferEvent::readBuffer » PHP Manual EventBufferEvent Read bu ... r's data 説明 public EventBufferEvent::read ( int $size ): string Removes up to size bytes from the input ... ing of data read from the input buffer. パラメータ size Maximum number of bytes to read 戻り値 Returns str ... ata , Read , EventBufferEvent , read , s , input , size , from , string ...
https://man.plustar.jp/php/eventbufferevent.read.html - [similar]
Fills a memory area 4741
« FFI::memcpy FFI::new » PHP Manual FFI Fills a memory area FFI::memset (PHP 7 >= 7.4.0, PHP 8) ... FFI::memset ( FFI\CData &$ptr , int $value , int $size ): void Fills size bytes of the memory area pointe ... memory area to fill. value The byte to fill with. size The number of bytes to fill. 戻り値 値を返しません ... 。 関連キーワード: memory , Fills , a , size , ptr , fill , memset , int , bytes , public ...
https://man.plustar.jp/php/ffi.memset.html - [similar]
デフォルトの書記素クラスタシーケンスをテキストバッファから取り出す関数。 テキス... 4741
« Grapheme 関数 grapheme_stripos » PHP Manual Grapheme 関数 デフォルトの書記素クラスタシーケンス ... 手続き型 grapheme_extract ( string $haystack , int $size , int $type = GRAPHEME_EXTR_COUNT , int $offset = ... 要があります。 パラメータ haystack 検索する文字列。 size 返す項目 ($extract_type に基づく) の最大数。 type ... $size パラメータの単位の形式を指定します。 GRAPHEME_EXTR ... _COUNT (default) - $size は、 抽出するデフォルト書記素クラスタの数です。 GR ...
https://man.plustar.jp/php/function.grapheme-extract.html - [similar]
Mcrypt 関数 4741
« Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv ... name of the opened algorithm mcrypt_enc_get_block_size — Returns the blocksize of the opened algorithm mc ... rypt_enc_get_iv_size — オープンされたアルゴリズムの IV の大きさを返す m ... crypt_enc_get_key_size — オープンされたモードでサポートされる最大キー長を ... れたモードの名前を返す mcrypt_enc_get_supported_key_sizes — オープンされたアルゴリズムでサポートされるキー長 ...
https://man.plustar.jp/php/ref.mcrypt.html - [similar]
Mcrypt 4716
« hash はじめに » PHP Manual 暗号 Mcrypt Mcrypt はじめに インストール/設定 要件 インストール手順 ... name of the opened algorithm mcrypt_enc_get_block_size — Returns the blocksize of the opened algorithm mc ... rypt_enc_get_iv_size — オープンされたアルゴリズムの IV の大きさを返す m ... crypt_enc_get_key_size — オープンされたモードでサポートされる最大キー長を ... れたモードの名前を返す mcrypt_enc_get_supported_key_sizes — オープンされたアルゴリズムでサポートされるキー長 ...
https://man.plustar.jp/php/book.mcrypt.html - [similar]