検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 291 for length (0.076 sec.)
接続されているかどうかにかかわらず、ソケットからのデータを受信する 5127
« stream_socket_pair stream_socket_sendto » PHP Manual ストリーム 関数 接続されているかどうかにか ... 明 stream_socket_recvfrom ( resource $socket , int $length , int $flags = 0 , ? string &$address = null ): st ... am_socket_recvfrom() は、 リモートソケットから最大 length バイトのデータを 受け取ります。 パラメータ socket ... リモートソケット。 length socket から受信するバイト数。 flags flags は以下の ... e ( $server ); ?> 注意 注意 : 受信したメッセージが length パラメータより 長かった場合、ソケットの型によっては ...
https://man.plustar.jp/php/function.stream-socket-recvfrom.html - [similar]
メッセージのハッシュ値を得る 5089
« sodium_crypto_generichash_update sodium_crypto_kdf_derive_from_key » PHP Manual Sodium 関数 メ ... ichash ( string $message , string $key = "" , int $length = SODIUM_CRYPTO_GENERICHASH_BYTES ): string BLAKE2 ... のステートの予約されたセクションに統合されています。 length 出力の長さ 戻り値 ハッシュ値を生のバイトとして返し ... rypto , generichash , string , key , 関数 , キー , length , ハッシュ ...
https://man.plustar.jp/php/function.sodium-crypto-generichash.html - [similar]
暗号論的に安全な、疑似ランダムなバイト列を生成する 5050
« CSPRNG 関数 random_int » PHP Manual CSPRNG 関数 暗号論的に安全な、疑似ランダムなバイト列を生成 ... ンダムなバイト列を生成する 説明 random_bytes ( int $length ): string ソルトやキーや初期化ベクトルのような、暗 ... ユーザーランドの実装 も公開されています。 パラメータ length 返すべきランダムな文字列の長さをバイト単位で指定し ... が指定された場合は TypeError をスローします。 不正な length が指定されると、 Error がスローされます。 例 例1 r ... , 生成 , 疑似 , 列 , bytes , 関数 , スロー , int , length ...
https://man.plustar.jp/php/function.random-bytes.html - [similar]
シードから、結果がひとつに定まるバイト列を生成する 5050
« sodium_crypto_stream_xor sodium_hex2bin » PHP Manual Sodium 関数 シードから、結果がひとつに定ま ... バイト列を生成する 説明 sodium_crypto_stream ( int $length , string $nonce , string $key ): string シードから ... す。 XSalsa20 ストリーム暗号を用います。 パラメータ length 長さをバイト単位で指定します。 nonce メッセージごと ... シード , 列 , sodium , crypto , stream , string , length , nonce ...
https://man.plustar.jp/php/function.sodium-crypto-stream.html - [similar]
miter limit 値を設定する 5012
« ps_setlinewidth ps_setoverprintmode » PHP Manual PS 関数 miter limit 値を設定する ps_setmiterl ... 角の部分が非常に長くなります。miter limit は、miter length (角の長さ) と線幅の比率の最大値です。 パラメータ p ... 返す、postscript ファイルのリソース ID。 value miter length と線幅の比率の最大値。大きな値 (> 10) を設定すると ... ter , limit , setmiterlimit , 連結 , 角度 , 比率 , length , 部分 , 方法 ...
https://man.plustar.jp/php/function.ps-setmiterlimit.html - [similar]
ファイルから読み取る 5012
« SplFileObject::fputcsv SplFileObject::fscanf » PHP Manual SplFileObject ファイルから読み取る S ... から読み取る 説明 public SplFileObject::fread ( int $length ): string | false ファイルから与えられたバイト数だ ... け読み取ります。 パラメータ length 読み取るバイト数 戻り値 ファイルから読み取った文字 ... ject , fread , ファイル , ポインタ , 位置 , 注意 , length , バイト , バイナリ , 参考 ...
https://man.plustar.jp/php/splfileobject.fread.html - [similar]
ハッシュ値を計算する 4964
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... m_crypto_generichash_final ( string &$state , int $length = SODIUM_CRYPTO_GENERICHASH_BYTES ): string ストリ ... _generichash_init() から返されたハッシュステート。 length 出力の長さ 戻り値 ハッシュ値を返します。 例 例1 so ... o , sodium , generichash , final , string , init , length , ハッシュ , 出力 ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
ReflectionProperty オブジェクトを作成する 4964
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty Reflect ... erty::__construct() の例 <?php class Str { public $length = 5 ; } // ReflectionProperty クラスのインスタンス ... 作成します $prop = new ReflectionProperty ( 'Str' , 'length' ); // 基本情報を表示します printf ( "===> The%s%s ... えば以下のようになります。 ===> The public property 'length' (which was declared at compile-time) having the m ... to 10, new value is: int(10) object(Str)#2 (1) { ["length"]=> int(10) } 例2 ReflectionProperty クラスを用いた ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
ファイルの内容を全て文字列に読み込む 4926
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... esource $context = null , int $offset = 0 , ? int $length = null ): string | false この関数は file() と似てい ... ますが、 offset で指定した場所から開始し length バイト分だけ ファイルの内容を文字列に読み込むという ... ングされたストリーム上で動作しているだけのことです。 length 読み込むデータの最大バイト数。 デフォルトは、ファイ ... ださい。 エラー / 例外 filename が見つからない場合、 length がゼロより小さい場合、あるいはストリーム内での指定 ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
フィールドに関する情報を得る 4926
« ibase_fetch_row ibase_free_event_handler » PHP Manual Firebird/InterBase 関数 フィールドに関す ... 。配列に含まれるキーは name 、 alias 、 relation 、 length そして type です。 例 例1 ibase_field_info() の例 ... lation: " . $col_info [ 'relation' ]. "\n" ; echo "length: " . $col_info [ 'length' ]. "\n" ; echo "type: " ...
https://man.plustar.jp/php/function.ibase-field-info.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT