検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 437 for size (0.006 sec.)
Creates an initialization vector (IV) from a random source 4958
« Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from ... えます。 random_bytes() 説明 mcrypt_create_iv ( int $size , int $source = MCRYPT_DEV_URANDOM ): string Creat ... our ciphertext without losing security. パラメータ size The size of the IV. source The source of the IV. T ... on error. 例 例1 mcrypt_create_iv() Example <?php $size = mcrypt_get_iv_size ( MCRYPT_CAST_256 , MCRYPT_MO ... DE_CFB ); $iv = mcrypt_create_iv ( $size , MCRYPT_DEV_RANDOM ); ?> 参考 » http://www.cipher ...
https://man.plustar.jp/php/function.mcrypt-create-iv.html - [similar]
定義済み定数 4958
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ic chunk than is possible due to hard-coded buffer sizes. GEARMAN_TIMEOUT ( int ) Hit the timeout limit se ... SOCKET_TIMEOUT ( int ) GEARMAN_DEFAULT_SOCKET_SEND_SIZE ( int ) GEARMAN_DEFAULT_SOCKET_RECV_SIZE ( int ) G ... EARMAN_MAX_ERROR_SIZE ( int ) GEARMAN_PACKET_HEADER_SIZE ( int ) GEARMAN ... _JOB_HANDLE_SIZE ( int ) GEARMAN_OPTION_SIZE ( int ) GEARMAN_UNIQUE ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
Constructs a new SyncSharedMemory object 4933
« SyncSharedMemory SyncSharedMemory::first » PHP Manual SyncSharedMemory Constructs a new SyncSh ... yncSharedMemory::__construct ( string $name , int $size ) Constructs a named shared memory object. パラメー ... n will be thrown with a meaningless error message. size The size, in bytes, of shared memory to reserve. 注 ... 意 : The amount of memory cannot be resized later. Request sufficient storage up front. 戻り値 ... stem-wide of named shared memory SyncSharedMemory::size() - Returns the size of the named shared memory Sy ...
https://man.plustar.jp/php/syncsharedmemory.construct.html - [similar]
指定したハッシュのブロックサイズを得る 4908
« mhash_count mhash_get_hash_name » PHP Manual Mhash 関数 指定したハッシュのブロックサイズを得る ... mhash_get_block_size (PHP 4, PHP 5, PHP 7, PHP 8) mhash_get_block_size ... 頼らないことを強く推奨します。 説明 mhash_get_block_size ( int $algo ): int | false 指定した algo のブロック ... 関数 を代わりに使って下さい。 例 例1 mhash_get_block_size() の例 <?php echo mhash_get_block_size ( MHASH_MD5 ... ブロック , ハッシュ , mhash , 指定 , 関数 , block , size , algo , 推奨 ...
https://man.plustar.jp/php/function.mhash-get-block-size.html - [similar]
新しい固定長配列を作成する 4908
« SplFixedArray SplFixedArray::count » PHP Manual SplFixedArray 新しい固定長配列を作成する SplFi ... 成する 説明 public SplFixedArray::__construct ( int $size = 0 ) 新しい固定長配列を作成します。要素の数は siz ... と等しく、値はすべて null となります。 パラメータ size 固定長配列のサイズ。 0 から PHP_INT_MAX までの数を ... 指定します。 エラー / 例外 size が負の数である場合に ValueError をスローします。 変 ... 更履歴 バージョン 説明 8.0.0 size が負の数である場合に ValueError をスローするように ...
https://man.plustar.jp/php/splfixedarray.construct.html - [similar]
実行時設定 4883
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化 ... lnd.log_mask 0 PHP_INI_ALL mysqlnd.mempool_default_size 16000 PHP_INI_ALL mysqlnd.net_read_timeout "86400" ... 囲が PHP_INI_SYSTEM でした。 mysqlnd.net_cmd_buffer_size "4096" PHP_INI_SYSTEM mysqlnd.net_read_buffer_size ... SERVER_QUERY_WAS_SLOW=1024 mysqlnd.mempool_default_size int mysqlnd メモリプールのデフォルトサイズ。これは ... ントを調べるとよいでしょう。 mysqlnd.net_cmd_buffer_size int mysqlnd は、内部のコマンド/ネットワークバッファ ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
ファイルを指定した長さに丸める 4883
« SplFileObject::ftell SplFileObject::fwrite » PHP Manual SplFileObject ファイルを指定した長さに ... に丸める 説明 public SplFileObject::ftruncate ( int $size ): bool ファイルを size バイトに丸めます。 パラメー ...size 丸めるサイズ。 注意 : size がファイルのサイズより大 ... きい場合、ファイルは null バイトで拡大されます。 size がファイルのサイズより小さい場合、余分なデータは失 ... 関連キーワード: SplFileObject , ファイル , 指定 , size , ftruncate , サイズ , バイト , int , public , fwr ...
https://man.plustar.jp/php/splfileobject.ftruncate.html - [similar]
オープンされたアルゴリズムの IV の大きさを返す 4833
« mcrypt_enc_get_block_size mcrypt_enc_get_key_size » PHP Manual Mcrypt 関数 オープンされたアルゴ ... リズムの IV の大きさを返す mcrypt_enc_get_iv_size (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_enc_get_iv_size — オープンされたアルゴリズムの IV の大きさを返す 警 ... らないことを強く推奨します。 説明 mcrypt_enc_get_iv_size ( resource $td ): int この関数は、暗号化記述子で指 ... ド: アルゴリズム , オープン , mcrypt , 関数 , enc , size , 記述 , バイト , モード , 推奨 ...
https://man.plustar.jp/php/function.mcrypt-enc-get-iv-size.html - [similar]
実行時設定 4833
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... EM yac.enable_cli 0 PHP_INI_SYSTEM yac.keys_memory_size 4M PHP_INI_SYSTEM yac.serializer php PHP_INI_SYSTE ... M yac.values_memory_size 64M PHP_INI_SYSTEM 以下に設定ディレクティブに関する ... yac.enable int yac.enable_cli int yac.keys_memory_size string yac.serializer string yac.values_memory_siz ... tring 関連キーワード: 設定 , 実行 , SYSTEM , int , size , memory , string , 変更 , threshold , debug ...
https://man.plustar.jp/php/yac.configuration.html - [similar]
UI 4816
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/ ... Point — Represents a position (x,y) UI\Point::at — Size Coercion UI\Point::__construct — Construct a new P ... Y UI\Point::setX — Set X UI\Point::setY — Set Y UI\Size — Represents dimensions (width, height) UI\Size::_ ... _construct — Construct a new Size UI\Size::getHeight — Retrieves Height UI\Size::get ... Width — Retrives Width UI\Size::of — Point Coercion UI\Size::setHeight — Set Heig ...
https://man.plustar.jp/php/book.ui.html - [similar]