検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 44 for rand (0.010 sec.)
現在の Unix タイムスタンプをマイクロ秒まで返す 6838
« localtime mktime » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプをマイクロ秒まで返す m ... の例 <?php // ランダムな時間のスリープ usleep ( mt_rand ( 100 , 10000 )); // REQUEST_TIME_FLOAT をスーパー ...
https://man.plustar.jp/php/function.microtime.html - [similar]
疑似ランダムなバイト文字列を生成する 6838
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ... する openssl_random_pseudo_bytes (PHP 5 >= 5.3.0, PHP 7, PHP 8) open ... ssl_random_pseudo_bytes — 疑似ランダムなバイト文字列を生成す ... る 説明 openssl_random_pseudo_bytes ( int $length , bool &$strong_resul ... _result は、nullable になりました。 例 例1 openssl_random_pseudo_bytes() の例 <?php for ( $i = 1 ; $i <= 4 ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
定義済み定数 6838
« リソース型 Mcrypt 暗号 » PHP Manual Mcrypt 定義済み定数 定義済み定数 以下の定数が定義されていま ... _ENCRYPT ( int ) MCRYPT_DECRYPT ( int ) MCRYPT_DEV_RANDOM ( int ) MCRYPT_DEV_URANDOM ( int ) MCRYPT_RAND ( ...
https://man.plustar.jp/php/mcrypt.constants.html - [similar]
The EventUtil class 6792
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The ... $optname , mixed $optval ): bool public static sslRandPoll (): void } 定義済み定数 EventUtil::AF_INET IPv ... etSocketOption — Sets socket options EventUtil::sslRandPoll — Generates entropy by means of OpenSSL's RAND ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
データを復号する 6792
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... $td ); $iv = mcrypt_create_iv ( $iv_size , MCRYPT_RAND ); /* 暗号化ハンドルを初期化します */ if ( mcrypt_ ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 6746
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... の例 <?php # --- ENCRYPTION --- # the key should be random binary, use scrypt, bcrypt or PBKDF2 to # conver ... 6 / CBC / ZeroBytePadding encrypted." ; # create a random IV to use with CBC encoding $iv_size = mcrypt_ge ... _CBC ); $iv = mcrypt_create_iv ( $iv_size , MCRYPT_RAND ); # creates a cipher text compatible with AES (Ri ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
使用するアルゴリズムおよびモードのモジュールをオープンする 6746
« mcrypt_module_is_block_mode mcrypt_module_self_test » PHP Manual Mcrypt 関数 使用するアルゴリズ ... キー長を定義します。Windows では、かわりに * MCRYPT_RAND を使用します */ $iv = mcrypt_create_iv ( mcrypt_en ... c_get_iv_size ( $td ), MCRYPT_DEV_RANDOM ); $ks = mcrypt_enc_get_key_size ( $td ); /* キー ...
https://man.plustar.jp/php/function.mcrypt-module-open.html - [similar]
配列 6700
« 変数・データ型関連 はじめに » PHP Manual 変数・データ型関連 配列 配列 はじめに インストール/設 ... _push — 一つ以上の要素を配列の最後に追加する array_rand — 配列から一つ以上のキーをランダムに取得する array ...
https://man.plustar.jp/php/book.array.html - [similar]
Event 6700
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... EventBuffer::pullup — Linearizes data within buffer and returns it's contents as a string EventBuffer::re ... ad — Read data from an evbuffer and drain the bytes read EventBuffer::readFrom — Read ... fer — Drains the entire contents of the input buffer and places them into buf EventBufferEvent::setCallbac ... etSocketOption — Sets socket options EventUtil::sslRandPoll — Generates entropy by means of OpenSSL's RAND ...
https://man.plustar.jp/php/book.event.html - [similar]
変更履歴 6700
« wordwrap 変数・データ型関連 » PHP Manual 文字列 変更履歴 変更履歴 この拡張モジュールのクラス/関 ... shuffle 内部的なランダム化アルゴリズムは、 libc の rand 関数ではなく、 メルセンヌツイスタ 乱数生成器を使う ...
https://man.plustar.jp/php/changelog.strings.html - [similar]
PREV 1 2 3 4 5 NEXT