検索

phrase: max: clip:
target: order:
Results of 11 - 17 of about 17 for fox (0.003 sec.)
段階的なハッシュコンテキストを初期化する 7793
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini ... t ( 'md5' ); hash_update ( $ctx , 'The quick brown fox ' ); hash_update ( $ctx , 'jumped over the lazy do ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
ハッシュ値 (メッセージダイジェスト) を生成する 7793
« hash_update Mcrypt » PHP Manual Hash 関数 ハッシュ値 (メッセージダイジェスト) を生成する hash ... 例 <?php echo hash ( 'ripemd160' , 'The quick brown fox jumped over the lazy dog.' ); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/function.hash.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 7793
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... e 例2 大文字小文字の区別 <?php $string = 'The lazy fox jumped over the fence' ; if ( str_contains ( $stri ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 7793
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... g 例2 大文字小文字の区別 <?php $string = 'The lazy fox jumped over the fence' ; if ( str_ends_with ( $str ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 7793
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ... g 例2 大文字小文字の区別 <?php $string = 'The lazy fox jumped over the fence' ; if ( str_starts_with ( $s ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
文字列の crc32 多項式計算を行う 7362
« count_chars crypt » PHP Manual String 関数 文字列の crc32 多項式計算を行う crc32 (PHP 4 >= 4.0 ... います。 <?php $checksum = crc32 ( "The quick brown fox jumped over the lazy dog." ); printf ( "%u\n" , $c ...
https://man.plustar.jp/php/function.crc32.html - [similar]
MySQL クエリを送信する 6931
« mysql_ping mysql_real_escape_string » PHP Manual MySQL 関数 MySQL クエリを送信する mysql_query ... 定する。たとえば $firstname = 'fred' ; $lastname = 'fox' ; // クエリの作成 // これは SQL クエリを実行する最 ...
https://man.plustar.jp/php/function.mysql-query.html - [similar]
PREV 1 2 NEXT