検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for fox (0.004 sec.)
はじめに 13432
« PCRE 正規表現構文 デリミタ » PHP Manual PCRE 正規表現構文 はじめに はじめに PCRE がサポートする ... します。簡単な例をあげると、パターン The quick brown fox は、検索対象文字列内にある、このパターンと同一の部 ... CRE , 文字 , 構文 , 解説 , マッチ , 自体 , quick , fox , 例外 ...
https://man.plustar.jp/php/regexp.introduction.html - [similar]
指定した文字数で文字列を分割する 12121
« vsprintf 変更履歴 » PHP Manual String 関数 指定した文字数で文字列を分割する wordwrap (PHP 4 >= ... 例1 wordwrap() の例 <?php $text = "The quick brown fox jumped over the lazy dog." ; $newtext = wordwrap ( ... ?> 上の例の出力は以下となります。 The quick brown fox<br /> jumped over the lazy<br /> dog. 例2 wordwrap ...
https://man.plustar.jp/php/function.wordwrap.html - [similar]
Send a CUBRID query 10828
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... er, for example $firstname = 'fred' ; $lastname = 'fox' ; $conn = cubrid_connect ( 'localhost' , 33000 , ... cute ( $conn , "insert into friends values('fred','fox','home-1','20')" ); cubrid_execute ( $conn , "inse ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
正規表現検索および置換を行う 8655
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... 例2 添字配列の使用 <?php $string = 'The quick brown fox jumps over the lazy dog.' ; $patterns = array(); $ ... $patterns [ 1 ] = '/brown/' ; $patterns [ 2 ] = '/fox/' ; $replacements = array(); $replacements [ 2 ] = ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
段階的なハッシュ処理を終了し、出来上がったダイジェストを返す 8224
« hash_file hash_hkdf » PHP Manual Hash 関数 段階的なハッシュ処理を終了し、出来上がったダイジェス ... ( 'sha1' ); hash_update ( $ctx , 'The quick brown fox jumped over the lazy dog.' ); echo hash_final ( $c ...
https://man.plustar.jp/php/function.hash-final.html - [similar]
アクティブなハッシュコンテキストに、オープンしているストリームから データを投入... 8224
« hash_update_file hash_update » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、オープ ... $fp = tmpfile (); fwrite ( $fp , 'The quick brown fox jumped over the lazy dog.' ); rewind ( $fp ); $ctx ...
https://man.plustar.jp/php/function.hash-update-stream.html - [similar]
画像にテキストによる注記を加える 8224
« Imagick::animateImages Imagick::appendImages » PHP Manual Imagick 画像にテキストによる注記を加 ... tateImage ( $draw , 10 , 45 , 0 , 'The quick brown fox jumps over the lazy dog' ); /* 画像形式の設定 */ $ ...
https://man.plustar.jp/php/imagick.annotateimage.html - [similar]
ファイルの内容から、ハッシュ値を生成する 7793
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... le_put_contents ( 'example.txt' , 'The quick brown fox jumped over the lazy dog.' ); echo hash_file ( 'md ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 7793
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... le_put_contents ( 'example.txt' , 'The quick brown fox jumped over the lazy dog.' ); echo hash_hmac_file ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
HMAC 方式を使用してハッシュ値を生成する 7793
« hash_hmac_file hash_init » PHP Manual Hash 関数 HMAC 方式を使用してハッシュ値を生成する hash_h ... hp echo hash_hmac ( 'ripemd160' , 'The quick brown fox jumped over the lazy dog.' , 'secret' ); ?> 上の例 ...
https://man.plustar.jp/php/function.hash-hmac.html - [similar]
PREV 1 2 NEXT