検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 190 for Str (0.018 sec.)
文字列の crc32 多項式計算を行う 5545
« count_chars crypt » PHP Manual String 関数 文字列の crc32 多項式計算を行う crc32 (PHP 4 >= 4.0 ... c32 — 文字列の crc32 多項式計算を行う 説明 crc32 ( string $string ): int string の 32 ビット長の CRC (cyc ... 用的な hash() を使う方法もあります。 hash("crc32b", $str) は str_pad(dechex(crc32($str)), 8, '0', STR_PAD_L ... EFT) と同じ文字列を返します。 パラメータ string データ。 戻り値 string の crc32 チェックサムを整 ... ュを計算する 関連キーワード: 計算 , 多項式 , 整数 , string , 関数 , 変換 , 形式 , 環境 , 符号 , hash ...
https://man.plustar.jp/php/function.crc32.html - [similar]
カナを("全角かな"、"半角かな"等に)変換する 5545
« mb_convert_encoding mb_convert_variables » PHP Manual マルチバイト文字列 関数 カナを("全角かな ... な"、"半角かな"等に)変換する 説明 mb_convert_kana ( string $string , string $mode = "KV" , ? string $encod ... ing = null ): string 文字列 string に関して「半角」-「全角」変換を行 ... この関数は、日本語のみで使用可能です。 パラメータ string 変換される文字列。 mode 変換オプション。 以下の ... /* 「仮名」を全て「全角カタカナ」に変換します */ $str = mb_convert_kana ( $str , "KVC" ); /* 「半角カタカ ...
https://man.plustar.jp/php/function.mb-convert-kana.html - [similar]
Escapes a lucene query string 5468
« SolrUtils::digestXmlResponse SolrUtils::getSolrVersion » PHP Manual SolrUtils Escapes a lucene ... query string SolrUtils::escapeQueryChars (PECL solr >= 0.9.2 ... lrUtils::escapeQueryChars — Escapes a lucene query string 説明 public static SolrUtils::escapeQueryChars ... ( string $str ): string | false Lucene supports escaping ... of the query syntax and must be escaped パラメータ str This is the query string to be escaped. 戻り値 Ret ...
https://man.plustar.jp/php/solrutils.escapequerychars.html - [similar]
定義済み定数 5468
« リソース型 String 関数 » PHP Manual 文字列 定義済み定数 定義済み定数 以下の定数が定義されていま ... ONETARY ( int ) LC_ALL ( int ) LC_MESSAGES ( int ) STR_PAD_LEFT ( int ) STR_PAD_RIGHT ( int ) STR_PAD_BOT ...
https://man.plustar.jp/php/string.constants.html - [similar]
ファイルに書き込む 5425
« eio_utime Ev » PHP Manual Eio 関数 ファイルに書き込む eio_write (PECL eio >= 0.0.1dev) eio_wri ... — ファイルに書き込む 説明 eio_write ( mixed $fd , string $str , int $length = 0 , int $offset = 0 , int ... , mixed $data = NULL ): resource eio_write() は、 str の先頭から offset バイトの位置から、最大で length ... ァイルディスクリプタ ( eio_open() が返すものなど)。 str ソース文字列。 length 書き込む最大バイト数。 offse ...
https://man.plustar.jp/php/function.eio-write.html - [similar]
ある文字セットから別の文字セットに文字列を変換する 5392
« UConverter::__construct UConverter::fromUCallback » PHP Manual UConverter ある文字セットから別 ... に文字列を変換する 説明 public UConverter::convert ( string $str , bool $reverse = false ): string | false ... ん。引数のリストのみが 記述されています。 パラメータ str reverse 戻り値 関連キーワード: セット , 文字 , 変換 ... , UConverter , 別 , convert , string , reverse , 情報 , 記述 ...
https://man.plustar.jp/php/uconverter.convert.html - [similar]
文字列に unified diff 形式のパッチを適用する 5348
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff 形 ... 式のパッチを適用する xdiff_string_patch (PECL xdiff >= 0.2.0) xdiff_string_patch ... 列に unified diff 形式のパッチを適用する 説明 xdiff_string_patch ( string $str , string $patch , int $flag ... s = ? , string &$error = ? ): string ある文字列 str に、unifie ... 果を返します。 patch は、 xdiff_file_diff() / xdiff_string_diff() 関数で作成した unified diff 形式でなけれ ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]
指定された変数名にパラメータをバインドする 5348
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパ ... をバインドする 説明 public PDOStatement::bindParam ( string | int $param , mixed &$var , int $type = PDO::P ... ARAM_STR , int $maxLength = 0 , mixed $driverOptions = null ... -> bindParam ( ':colour' , $colour , PDO :: PARAM_STR ); $sth -> execute (); ?> 例2 疑問符プレースホルダ ... ); $sth -> bindParam ( 2 , $colour , PDO :: PARAM_STR ); $sth -> execute (); ?> 例3 INOUT パラメータを持 ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]
5316
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テス ... zip2 の例 <?php $filename = "/tmp/testfile.bz2" ; $str = "This is a test string.\n" ; // 書き込み用にオー ... ); // ファイルに文字列を書き込む bzwrite ( $bz , $str ); // ファイルを閉じる bzclose ( $bz ); // 読み込み ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
SolrUtils クラス 5316
« 例 SolrUtils::digestXmlResponse » PHP Manual Solr SolrUtils クラス SolrUtils クラス (PECL solr ... をパースするためのメソッドも含みます。 クラス概要 abstract class SolrUtils { /* メソッド */ public static ... digestXmlResponse ( string $xmlresponse , int $parse_mode = 0 ): SolrObjec ... t public static escapeQueryChars ( string $str ): string | false public static getSolrVer ... sion (): string public static queryPhrase ( string $str ): stri ...
https://man.plustar.jp/php/class.solrutils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT