検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 203 for case (0.041 sec.)
Connect buffer event's file descriptor to given address or UNIX socket 4579
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... ss unix:path Note, 'unix:' prefix is currently not case sensitive. 戻り値 成功した場合に true を、失敗した ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
配列構造体に XML データを処理する 4579
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... e (); xml_parser_set_option ( $parser , XML_OPTION_CASE_FOLDING , 0 ); xml_parser_set_option ( $parser , X ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
Execute a database command 4579
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... sor instead * of a single result document. In this case, we can iterate on the cursor * directly to access ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
配列 4547
« 変数・データ型関連 はじめに » PHP Manual 変数・データ型関連 配列 配列 はじめに インストール/設 ... 定義済み定数 配列のソート 配列 関数 array_change_key_case — 配列のすべてのキーの大文字小文字を変更する array ... — 配列と同様の形式で、複数の変数への代入を行う natcasesort — 大文字小文字を区別しない"自然順"アルゴリズム ...
https://man.plustar.jp/php/book.array.html - [similar]
マルチバイト文字列 4547
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マ ... de のコードポイントに対応する文字を返す mb_convert_case — 文字列に対してケースフォールディングを行う mb_co ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
複数または多次元の配列をソートする 4547
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisor ... 順」で、アイテムを文字列として比較します。 SORT_FLAG_CASE - SORT_STRING や SORT_NATURAL と (ビット OR で) 組 ... Alpha' , 'atomic' , 'Beta' , 'bank' ); $array_lowercase = array_map ( 'strtolower' , $array ); array_multi ... sort ( $array_lowercase , SORT_ASC , SORT_STRING , $array ); print_r ( $ar ...
https://man.plustar.jp/php/function.array-multisort.html - [similar]
サンプル 4547
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... #2302 - ALTERNATE_HANDLING のルール Example#2303 - CASE_FIRST のルール Example#2304 - CASE_LEVEL のルール ... まざまなコードポイントの例 Example#2581 - mb_convert_case の例 Example#2582 - 非ラテン UTF-8 テキストでの mb ... _convert_case の例 Example#2583 - mb_convert_encoding の例 Examp ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
マルチバイト文字列 関数 4547
« PHP の文字エンコーディングに関する要件 mb_check_encoding » PHP Manual マルチバイト文字列 マルチ ... de のコードポイントに対応する文字を返す mb_convert_case — 文字列に対してケースフォールディングを行う mb_co ...
https://man.plustar.jp/php/ref.mbstring.html - [similar]
指定した伝送に関する情報を得る 4515
« curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo ... ode = curl_getinfo ( $ch , CURLINFO_HTTP_CODE )) { case 200 : # OK break; default: echo 'Unexpected HTTP c ...
https://man.plustar.jp/php/function.curl-getinfo.html - [similar]
下位互換性のない変更点 4515
« 新しいグローバル定数 PHP 7.3.x で推奨されなくなる機能 » PHP Manual PHP 7.2.x から PHP 7.3.x へ ... 舞います。 <?php while ( $foo ) { switch ( $bar ) { case "baz" : continue; // Warning: "continue" targeting ...
https://man.plustar.jp/php/migration73.incompatible.html - [similar]