検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 32 for strtolower (0.004 sec.)
ユーザー定義の比較関数を使用して、配列を値でソートする 7668
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... です */ static function cmp_obj ( $a , $b ) { return strtolower ( $a -> name ) <=> strtolower ( $b -> name ); } } ...
https://man.plustar.jp/php/function.usort.html - [similar]
The routerShutdown purpose 7668
« Yaf_Plugin_Abstract::preResponse Yaf_Plugin_Abstract::routerStartup » PHP Manual Yaf_Plugin_Ab ... ntroller is unecessary for APIs */ if ( in_array ( strtolower ( $controller ), array( 'api' , ))) { return TRUE ...
https://man.plustar.jp/php/yaf-plugin-abstract.routershutdown.html - [similar]
文字列の中で、指定した文字列が最初に現れる位置を見つける 7491
« mb_strrpos mb_strtolower » PHP Manual マルチバイト文字列 関数 文字列の中で、指定した文字列が最 ...
https://man.plustar.jp/php/function.mb-strstr.html - [similar]
現在のバッファの内容を取得し、出力バッファを削除する 7491
« ob_flush ob_get_contents » PHP Manual 出力制御 関数 現在のバッファの内容を取得し、出力バッファ ... cho "Hello World" ; $out = ob_get_clean (); $out = strtolower ( $out ); var_dump ( $out ); ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/function.ob-get-clean.html - [similar]
Unicode 文字を小文字にする 7491
« IntlChar::ord IntlChar::totitle » PHP Manual IntlChar Unicode 文字を小文字にする IntlChar::tol ... ntlChar::toupper() - Unicode 文字を大文字にする mb_strtolower() - 文字列を小文字にする 関連キーワード: 文字 , 小 ...
https://man.plustar.jp/php/intlchar.tolower.html - [similar]
文字列フィルタ 7329
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... r このフィルタは、すべてのストリームデータに対して strtolower() 関数を適用するのと同じ動作をします。 例3 string. ...
https://man.plustar.jp/php/filters.string.html - [similar]
設定オプションの値を得る 7329
« ini_get_all ini_restore » PHP Manual PHP オプション/情報 関数 設定オプションの値を得る ini_get ... urn_bytes ( $val ) { $val = trim ( $val ); $last = strtolower ( $val [ strlen ( $val )- 1 ]); switch( $last ) { ...
https://man.plustar.jp/php/function.ini-get.html - [similar]
文字列をトークンに分割する 7329
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PH ...
https://man.plustar.jp/php/function.strtok.html - [similar]
定義済み定数 7329
« リソース型 サポートされるエンコーディングの概要 » PHP Manual マルチバイト文字列 定義済み定数 定 ... 文字列の長さが変わる可能性があります。 この定数は mb_strtolower() で使うモードです。 MB_CASE_TITLE ( int ) Unicode ...
https://man.plustar.jp/php/mbstring.constants.html - [similar]
HTTP(s) URL へのアクセス 7329
« file:// ftp:// » PHP Manual サポートするプロトコル/ラッパー HTTP(s) URL へのアクセス http:// h ... $response ) { /* リダイレクトされているか? */ if ( strtolower ( substr ( $response , 0 , 10 )) == 'location: ' ) ...
https://man.plustar.jp/php/wrappers.http.html - [similar]
PREV 1 2 3 4 NEXT