検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 20 for Dog (0.005 sec.)
ファイルの内容から、ハッシュ値を生成する 7800
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... e.txt' , 'The quick brown fox jumped over the lazy dog.' ); echo hash_file ( 'md5' , 'example.txt' ); ?> ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 7800
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... e.txt' , 'The quick brown fox jumped over the lazy dog.' ); echo hash_hmac_file ( 'md5' , 'example.txt' , ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 7800
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... md160' , 'The quick brown fox jumped over the lazy dog.' , 'secret' ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
段階的なハッシュコンテキストを初期化する 7800
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini ... ox ' ); hash_update ( $ctx , 'jumped over the lazy dog.' ); echo hash_final ( $ctx ); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 7800
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... md160' , 'The quick brown fox jumped over the lazy dog.' ); ?> 上の例の出力は以下となります。 ec457d0a974 ...
https://man.plustar.jp/php/function.hash.html - [similar]
文字列の crc32 多項式計算を行う 7698
« count_chars crypt » PHP Manual String 関数 文字列の crc32 多項式計算を行う crc32 (PHP 4 >= 4.0 ... crc32 ( "The quick brown fox jumped over the lazy dog." ); printf ( "%u\n" , $checksum ); ?> 参考 hash() ...
https://man.plustar.jp/php/function.crc32.html - [similar]
名前を指定して定数を定義する 7698
« constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5, ... HP 7 以降で動作します define ( 'ANIMALS' , array( 'dog' , 'cat' , 'bird' )); echo ANIMALS [ 1 ]; // "cat" ...
https://man.plustar.jp/php/function.define.html - [similar]
実行する SQL 文を準備する 7613
« db2_pconnect db2_primary_keys » PHP Manual IBM DB2 関数 実行する SQL 文を準備する db2_prepare ... ay( array( 0 , 'cat' , 'Pook' , 3.2 ), array( 1 , 'dog' , 'Peaches' , 12.3 ), array( 2 , 'horse' , 'Smart ...
https://man.plustar.jp/php/function.db2-prepare.html - [similar]
SQL 文を直接実行する 7511
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... ay( array( 0 , 'cat' , 'Pook' , 3.2 ), array( 1 , 'dog' , 'Peaches' , 12.3 ), array( 2 , 'horse' , 'Smart ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
新機能 7324
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... 定義できませんでした。 <?php define ( 'ANIMALS' , [ 'dog' , 'cat' , 'bird' ]); echo ANIMALS [ 1 ]; // "cat" ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
PREV 1 2 NEXT