検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 325 for max (0.005 sec.)
最大のポール時間を設定する 6323
« eio_set_max_poll_reqs eio_set_min_parallel » PHP Manual Eio 関数 最大のポール時間を設定する ei ... o_set_max_poll_time (PECL eio >= 0.0.1dev) eio_set_max_poll_ ... time — 最大のポール時間を設定する 説明 eio_set_max_poll_time ( float $nseconds ): void ポールの所要時 ... せん。 関連キーワード: ポール , 最大 , 設定 , eio , max , poll , time , nseconds , reqs , min ...
https://man.plustar.jp/php/function.eio-set-max-poll-time.html - [similar]
乱数を生成する 6286
« gmp_random_bits gmp_random_seed » PHP Manual GMP 関数 乱数を生成する gmp_random_range (PHP 5 > ... ge ( GMP | int | string $min , GMP | int | string $max ): GMP 乱数を生成します。 乱数の範囲は min と max ... の間です。 min と max は両方負の値を指定できますが、 min は max よりも常 ... いけません。 パラメータ min 乱数の最小値を示すGMP数 max 乱数の最大値を示すGMP数 戻り値 ランダムなGMP数を返 ... ります。 42 -67 関連キーワード: 乱数 , 生成 , min , max , range , int , string , bits , 関数 , 範囲 ...
https://man.plustar.jp/php/function.gmp-random-range.html - [similar]
乱数を生成する 6176
« rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱 ... を生成する 説明 rand (): int rand ( int $min , int $max ): int オプションの引数 min , max を省略してコール ... した場合、 rand() は 0 と getrandmax() の間の擬似乱数(整数)を返します。 例えば、5 から ... のような)いくつかのプラットフォームでは、 getrandmax() は 32767 と小さな値となっています。 32767 より広 ... い範囲にしたい場合、 min および max を指定することで、 これより大きな範囲の乱数を生成す ...
https://man.plustar.jp/php/function.rand.html - [similar]
Copies out specified number of bytes from the front of the buffer 6102
« EventBuffer::__construct EventBuffer::drain » PHP Manual EventBuffer Copies out specified numb ... public EventBuffer::copyout ( string &$data , int $max_bytes ): int Behaves just like EventBuffer::read() ... any data from the buffer. I.e. it copies the first max_bytes bytes from the front of the buffer into data ... . If there are fewer than max_bytes bytes available, the function copies all the ... bytes there are. パラメータ data Output string. max_bytes The number of bytes to copy. 戻り値 Returns ...
https://man.plustar.jp/php/eventbuffer.copyout.html - [similar]
Highest value over a specified period 5992
« trader_mavp trader_maxindex » PHP Manual Trader 関数 Highest value over a specified period tra ... der_max (PECL trader >= 0.2.0) trader_max — Highest value ... over a specified period 説明 trader_max ( array $real , int $timePeriod = ? ): array パラメ ... キーワード: period , Highest , specified , trader , max , array , timePeriod , 関数 , Trader , maxindex ...
https://man.plustar.jp/php/function.trader-max.html - [similar]
暗号論的に安全な疑似乱数を生成する 5955
« random_bytes Hash » PHP Manual CSPRNG 関数 暗号論的に安全な疑似乱数を生成する random_int (PHP ... 疑似乱数を生成する 説明 random_int ( int $min , int $max ): int ポーカーゲームやカードデッキのシャッフルのよ ... この値は、 PHP_INT_MIN 以上でなければなりません。 max 返される最大値。 この値は、 PHP_INT_MAX 以下でなけ ... ればなりません。 戻り値 min と max の範囲で、 暗号学的に安全なランダムな整数値を返しま ... す (min と max を含みます) エラー / 例外 適切な不規則性のソースが ...
https://man.plustar.jp/php/function.random-int.html - [similar]
Read data from an evbuffer and drain the bytes read 5881
« EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer ... he bytes read 説明 public EventBuffer::read ( int $max_bytes ): string Read the first max_bytes from the ... buffer and drain the bytes read. If more max_bytes are requested than are available in the buff ... ly extracts as many bytes as available. パラメータ max_bytes Maxmimum number of bytes to read from the bu ... uffer::read() . EventBuffer::read() now takes only max_bytes argument; returns string instead of integer. ...
https://man.plustar.jp/php/eventbuffer.read.html - [similar]
実行時設定 5845
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... interned_strings_buffer "8" PHP_INI_SYSTEM opcache.max_accelerated_files "10000" PHP_INI_SYSTEM opcache.m ... cache.blacklist_filename "" PHP_INI_SYSTEM opcache.max_file_size "0" PHP_INI_SYSTEM opcache.consistency_c ... " PHP_INI_ALL PHP 8.0.0 以降で利用可能 opcache.jit_max_root_traces "1024" PHP_INI_SYSTEM PHP 8.0.0 以降で ... 利用可能 opcache.jit_max_side_traces "128" PHP_INI_SYSTEM PHP 8.0.0 以降で利 ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
2 進数 を 10 進数に変換する 5734
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP ... over? Watch it next time around...' ); p ( PHP_INT_MAX , 'PHP_INT_MAX' ); p (~ PHP_INT_MAX , 'interpreted ... to be one more than PHP_INT_MAX' ); if ( PHP_INT_SIZE == 4 ) { $note = 'interprete ... 111111111111111 bindec(): 2147483647 NOTE: PHP_INT_MAX input: -2147483648 binary: 10000000000000000000000 ... 3648 NOTE: interpreted to be one more than PHP_INT_MAX input: -1 binary: 11111111111111111111111111111111 ...
https://man.plustar.jp/php/function.bindec.html - [similar]
メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 5734
« mt_getrandmax mt_srand » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器を介して乱数値を ... する 説明 mt_rand (): int mt_rand ( int $min , int $max ): int 警告 この関数が生成する値は、暗号学的に安全 ... 以上高速に乱数を生成します。 オプションの引数 min , max を付けずに コールした場合、 mt_rand() は 0 から mt ... _getrandmax() の間の擬似乱数値を返します。 例えば、5 から 15 ま ... ンで指定する、返される値の最小値 (デフォルトは 0)。 max オプションで指定する、返される値の最大値 (デフォル ...
https://man.plustar.jp/php/function.mt-rand.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT