検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 18 for strcmp (0.004 sec.)
バイナリセーフな文字列比較 13606
« strchr strcoll » PHP Manual String 関数 バイナリセーフな文字列比較 strcmp (PHP 4, PHP 5, PHP 7 ... , PHP 8) strcmp — バイナリセーフな文字列比較 説明 strcmp ( string ... 大きければ > 0 を、 等しければ 0 を返します。 例 例1 strcmp() の例 <?php $var1 = "Hello" ; $var2 = "hello" ; i ... f ( strcmp ( $var1 , $var2 ) !== 0 ) { echo '$var1 is not equ ... 分を返す 関連キーワード: 比較 , バイナリ , セーフ , strcmp , 最初 , 小文字 , 位置 , 区別 , substr , 大文字 ...
https://man.plustar.jp/php/function.strcmp.html - [similar]
ロケールに基づく文字列比較 12062
« strcmp strcspn » PHP Manual String 関数 ロケールに基づく文字列比較 strcoll (PHP 4 >= 4.0.5, PH ... int この比較は大文字小文字を区別すること、そして、 strcmp() とは異なり、 バイナリセーフではないことに注意して ... ます。 ロケールが C または POSIX の場合、この関数は strcmp() と等価です。 パラメータ string1 最初の文字列。 s ... 参考 preg_match() - 正規表現によるマッチングを行う strcmp() - バイナリセーフな文字列比較 strcasecmp() - 大文 ... バイナリ , 最初 , 大文字 , 小文字 , 区別 , strcoll , strcmp , 関数 ...
https://man.plustar.jp/php/function.strcoll.html - [similar]
strstr のエイリアス 10432
« strcasecmp strcmp » PHP Manual String 関数 strstr のエイリアス strchr (PHP 4, PHP 5, PHP 7, PH ... 連キーワード: strstr , 関数 , strchr , strcasecmp , strcmp , ...
https://man.plustar.jp/php/function.strchr.html - [similar]
"自然順"アルゴリズムにより文字列比較を行う 9316
« strnatcasecmp strncasecmp » PHP Manual String 関数 "自然順"アルゴリズムにより文字列比較を行う ... 等しい場合に 0 を返します。 例 このアルゴリズムと ( strcmp() を使用した) 通常のコンピュータ文字列ソートの間の ... g" ); echo "標準の文字列比較\n" ; usort ( $arr1 , "strcmp" ); print_r ( $arr1 ); echo "\n自然順での文字列比較 ... 分を返す stristr() - 大文字小文字を区別しない strstr strcmp() - バイナリセーフな文字列比較 strncmp() - 最初の ...
https://man.plustar.jp/php/function.strnatcmp.html - [similar]
最初の n 文字についてバイナリセーフな文字列比較を行う 9008
« strncasecmp strpbrk » PHP Manual String 関数 最初の n 文字についてバイナリセーフな文字列比較を ... , string $string2 , int $length ): int この関数は strcmp() に似ていますが、 各文字列から(最大)文字数( len ) ... 長さの 2 つの文字列について、バイナリ対応で比較する strcmp() - バイナリセーフな文字列比較 strstr() - 文字列が ...
https://man.plustar.jp/php/function.strncmp.html - [similar]
大文字小文字を区別しないバイナリセーフな文字列比較を行う 7995
« str_word_count strchr » PHP Manual String 関数 大文字小文字を区別しないバイナリセーフな文字列比 ... a case-insensitive string comparison' ; } ?> 参考 strcmp() - バイナリセーフな文字列比較 preg_match() - 正規 ...
https://man.plustar.jp/php/function.strcasecmp.html - [similar]
定義済み定数 7995
« リソース型 RpmInfo 関数 » PHP Manual RpmInfo 定義済み定数 定義済み定数 以下の定数が定義されてい ... ar expression with \., .* and ^...$ added. RPMMIRE_STRCMP ( int ) Search pattern is a string , using strcmp( ...
https://man.plustar.jp/php/rpminfo.constants.html - [similar]
スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを設定する 7892
« date_default_timezone_get date_diff » PHP Manual 日付・時刻 関数 スクリプト中の日付/時刻関数で ... ); $script_tz = date_default_timezone_get (); if ( strcmp ( $script_tz , ini_get ( 'date.timezone' ))){ echo ...
https://man.plustar.jp/php/function.date-default-timezone-set.html - [similar]
定義済みの全ての関数を配列で返す 7892
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配 ... _get_arg [3] => func_get_args [4] => strlen [5] => strcmp [6] => strncmp ... [750] => bcscale [751] => bccom ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
SQL文で collate 関数として使うユーザー定義関数を登録する 7892
« PDO::sqliteCreateAggregate PDO::sqliteCreateFunction » PHP Manual SQLite (PDO) SQL文で collate ... として適用するユーザー定義関数。 2つの値を受けとり、 strcmp() 関数が返すのと同じ値を返します。つまり、 はじめの ...
https://man.plustar.jp/php/pdo.sqlitecreatecollation.html - [similar]
PREV 1 2 NEXT