検索

phrase: max: clip:
target: order:
Results of 701 - 710 of about 1237 for Data (0.738 sec.)
コールバック関数を繰り返し配列に適用し、配列をひとつの値にまとめる 2504
« array_rand array_replace_recursive » PHP Manual 配列 関数 コールバック関数を繰り返し配列に適用 ... 2*3*4*5 var_dump ( array_reduce ( $x , "sum" , "No data to reduce" )); // string(17) "No data to reduce" ? ...
https://man.plustar.jp/php/function.array-reduce.html - [similar]
文字列で使用されている文字に関する情報を返す 2504
« convert_uuencode crc32 » PHP Manual String 関数 文字列で使用されている文字に関する情報を返す c ... を返していました。 例 例1 count_chars() の例 <?php $data = "Two Ts and one F." ; foreach ( count_chars ( $d ...
https://man.plustar.jp/php/function.count-chars.html - [similar]
Fetch the next row from a result set 2504
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... an array or as an object, and you can decide which data type to use by setting the type argument. The type ... t. When you want to receive query result in object data type, the column name of the result must obey the ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
変数の型を取得する 2504
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... e' を返していました。 例 例1 gettype() の例 <?php $data = array( 1 , 1. , NULL , new stdClass , 'foo' ); f ... oreach ( $data as $value ) { echo gettype ( $value ), "\n" ; } ?> ...
https://man.plustar.jp/php/function.gettype.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 2504
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... 値を生成する 説明 hash_hmac ( string $algo , string $data , string $key , bool $binary = false ): string パラ ... ゴリズムの一覧は hash_hmac_algos() を参照ください。 data ハッシュするメッセージ。 key HMAC 方式でのメッセー ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 2504
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... スト) を生成する 説明 hash ( string $algo , string $data , bool $binary = false , array $options = [] ): st ... アルゴリズムの一覧は hash_algos() を参照して下さい。 data ハッシュするメッセージ。 binary true を設定すると、 ...
https://man.plustar.jp/php/function.hash.html - [similar]
出力バッファを gzip 圧縮するための ob_start コールバック関数 2504
« ob_get_status ob_implicit_flush » PHP Manual 出力制御 関数 出力バッファを gzip 圧縮するための ... start コールバック関数 説明 ob_gzhandler ( string $data , int $flags ): string | false ob_gzhandler() は o ... ない場合、 この関数は false を返します。 パラメータ data flags 戻り値 例 例1 ob_gzhandler() の例 <?php ob_s ...
https://man.plustar.jp/php/function.ob-gzhandler.html - [similar]
bytea 型のバイナリをアンエスケープする 2504
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... / bytea データを取得する $res = pg_query ( "SELECT data FROM gallery WHERE name='Pine trees'" ); $raw = pg ... _fetch_result ( $res , 'data' ); // バイナリに変換し、ブラウザに送信する header ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
暗号化されたストリームから、データのチャンクを複号する 2504
« sodium_crypto_secretstream_xchacha20poly1305_keygen sodium_crypto_secretstream_xchacha20poly13 ... &$state , string $ciphertext , string $additional_data = "" ): array | false 暗号化されたストリームから、 ... ertext 復号する、暗号化されたテキスト。 additional_data 認証タグを含んだ、 オプションの追加データ 戻り値 2 ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
ストリーミングAPI で安全に復号できるように、データのチャンクを暗号化する 2504
« sodium_crypto_secretstream_xchacha20poly1305_pull sodium_crypto_secretstream_xchacha20poly1305 ... ing &$state , string $message , string $additional_data = "" , int $tag = SODIUM_CRYPTO_SECRETSTREAM_XCHAC ... _init_push() を参照して下さい。 message additional_data tag オプション。 復号の振る舞いを指示するために使え ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]