検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 136 for bytes (0.005 sec.)
表示される長さを返す 6113
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... torage length: " . pg_field_size ( $res , $j ) . " bytes\n" ; echo "field type: " . pg_field_type ( $res , ... or printed length: 6 characters storage length: -1 bytes field type: varchar column 1 fieldname: year print ... ed length: 4 characters storage length: 2 bytes field type: int2 column 2 fieldname: title printed ... length: 24 characters storage length: -1 bytes field type: varchar 参考 pg_field_size() - 指定した ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
文字列をランダムにシャッフルする 6113
« str_rot13 str_split » PHP Manual String 関数 文字列をランダムにシャッフルする str_shuffle (PHP ... 的に安全な値が必要な場合は、 random_int() か random_bytes() あるいは openssl_random_pseudo_bytes() を使いまし ... string , 関数 , 生成 , 暗号 , 変更 , 乱数 , rand , bytes , rot ...
https://man.plustar.jp/php/function.str-shuffle.html - [similar]
接続したソケットからデータを受信する 6065
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... ; $buf = 'This is my buffer.' ; if ( false !== ( $bytes = socket_recv ( $socket , $buf , 2048 , MSG_WAITAL ... L ))) { echo "Read $bytes bytes from socket_recv(). Closing socket..." ; } e ... HTTP HEAD request...OK. Reading response: Read 123 bytes from socket_recv(). Closing socket...HTTP/1.1 200 ... 4:10 GMT ETag: "b80f4-1b6-80bfd280" Accept-Ranges: bytes Content-Length: 438 Connection: close Content-Type ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
Get size of work load 6065
« GearmanJob::workload GearmanTask » PHP Manual GearmanJob Get size of work load GearmanJob::wor ... s work load (the data the worker is to process) in bytes. パラメータ この関数にはパラメータはありません。 戻 ... り値 The size in bytes. 参考 GearmanJob::workload() - Get workload 関連キ ...
https://man.plustar.jp/php/gearmanjob.workloadsize.html - [similar]
CSPRNG 6029
« 暗号 はじめに » PHP Manual 暗号 CSPRNG CSPRNG はじめに インストール/設定 要件 インストール手順 ... 行時設定 リソース型 定義済み定数 CSPRNG 関数 random_bytes — 暗号論的に安全な、疑似ランダムなバイト列を生成す ... SPRNG , 暗号 , インストール , 設定 , 生成 , 疑似 , bytes , int , バイト , 定義 ...
https://man.plustar.jp/php/book.csprng.html - [similar]
Read buffer's data 6029
« EventBufferEvent::getOutput EventBufferEvent::readBuffer » PHP Manual EventBufferEvent Read bu ... ent::read ( int $size ): string Removes up to size bytes from the input buffer. Returns a string of data re ... he input buffer. パラメータ size Maximum number of bytes to read 戻り値 Returns string of data read from th ...
https://man.plustar.jp/php/eventbufferevent.read.html - [similar]
設定オプションの値を得る 6029
« ini_get_all ini_restore » PHP Manual PHP オプション/情報 関数 設定オプションの値を得る ini_get ... t_max_size' )+ 1 ) . "\n" ; echo 'post_max_size in bytes = ' . return_bytes ( ini_get ( 'post_max_size' )); ... function return_bytes ( $val ) { $val = trim ( $val ); $last = strtolowe ... max_size = 8M post_max_size+1 = 9 post_max_size in bytes = 8388608 注意 注意 : boolean 値を探す場合 off とい ...
https://man.plustar.jp/php/function.ini-get.html - [similar]
乱数を生成する 6029
« rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱 ... 的に安全な値が必要な場合は、 random_int() か random_bytes() あるいは openssl_random_pseudo_bytes() を使いまし ... _int() - 暗号論的に安全な疑似乱数を生成する random_bytes() - 暗号論的に安全な、疑似ランダムなバイト列を生成 ... する openssl_random_pseudo_bytes() - 疑似ランダムなバイト文字列を生成する 関連キーワ ...
https://man.plustar.jp/php/function.rand.html - [similar]
データを暗号化する 5945
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... tographically safe way, like openssl_random_pseudo_bytes $plaintext = "message to be encrypted" ; $cipher = ... iv_length ( $cipher ); $iv = openssl_random_pseudo_bytes ( $ivlen ); $ciphertext = openssl_encrypt ( $plain ... iously generated safely, ie: openssl_random_pseudo_bytes $plaintext = "message to be encrypted" ; $ivlen = ... her = "AES-128-CBC" ); $iv = openssl_random_pseudo_bytes ( $ivlen ); $ciphertext_raw = openssl_encrypt ( $p ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]
認証付きの共有鍵による暗号化 5909
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu ... 。 長さは24バイトです。 これは、 (たとえば、 random_bytes() を使って) ランダムな値を生成するのに十分大きな長 ... / 例外 nonce の長さが SODIUM_CRYPTO_SECRETBOX_NONCEBYTES (24 バイト) と異なっている場合、 SodiumException が ... されます。 key の長さが、 SODIUM_CRYPTO_SECRETBOX_KEYBYTES (32 バイト) と異なっている場合、 SodiumException が ... not reuse $nonce with the same key $nonce = random_bytes ( SODIUM_CRYPTO_SECRETBOX_NONCEBYTES ); $plaintext ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT