検索

phrase: max: clip:
target: order:
Results of 11 - 18 of about 18 for strcmp (0.008 sec.)
SQLのcollate関数として使うPHP関数を登録する 7892
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... として適用するユーザー定義関数。 2つの値を受けとり、 strcmp() 関数が返すのと同じ値を返します。つまり、 はじめの ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
"自然順"アルゴリズムにより大文字小文字を区別しない文字列比較を行う 7789
« strlen strnatcmp » PHP Manual String 関数 "自然順"アルゴリズムにより大文字小文字を区別しない文 ... 参考 preg_match() - 正規表現によるマッチングを行う strcmp() - バイナリセーフな文字列比較 strcasecmp() - 大文 ...
https://man.plustar.jp/php/function.strnatcasecmp.html - [similar]
文字列 7481
« ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定 ... ーフな文字列比較を行う strchr — strstr のエイリアス strcmp — バイナリセーフな文字列比較 strcoll — ロケールに基 ...
https://man.plustar.jp/php/book.strings.html - [similar]
安全なパスワードハッシュ 7481
« PHP の使いかた PHP と HTML » PHP Manual FAQ 安全なパスワードハッシュ 安全なパスワードハッシュ ... ましょう。 PHP の == 演算子や === 演算子 も、そして strcmp() も、文字列比較の処理時間が一定ではありません。 そ ...
https://man.plustar.jp/php/faq.passwords.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 7481
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... ort() の例 <?php function cmp ( $a , $b ) { return strcmp ( $a [ "fruit" ], $b [ "fruit" ]); } $fruits [ 0 ] ...
https://man.plustar.jp/php/function.usort.html - [similar]
String 関数 7481
« 定義済み定数 addcslashes » PHP Manual 文字列 String 関数 String 関数 参考 より強力な文字列処理 ... ーフな文字列比較を行う strchr — strstr のエイリアス strcmp — バイナリセーフな文字列比較 strcoll — ロケールに基 ...
https://man.plustar.jp/php/ref.strings.html - [similar]
比較演算子 7378
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... の結果に依存すべきではありません。 参考 strcasecmp() strcmp() Array operators Types 三項演算子 もうひとつの条件 ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
文字列 7172
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... タイプの関数は、 substr() や strpos() 、 strlen() 、 strcmp() などです。 これらの関数については、文字列を扱うと ...
https://man.plustar.jp/php/language.types.string.html - [similar]
PREV 1 2 NEXT