検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 199 for order (0.024 sec.)
The EventBase class 4779
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... l change-list code to batch up adds and deletes in order to try to do as few syscalls as possible. Setting ...
https://man.plustar.jp/php/class.eventbase.html - [similar]
結果セットに含まれるフィールドの数を返す 4779
« db2_next_result db2_num_rows » PHP Manual IBM DB2 関数 結果セットに含まれるフィールドの数を返す ... sql = "SELECT id, name, breed, weight FROM animals ORDER BY breed" ; $stmt = db2_prepare ( $conn , $sql ); ...
https://man.plustar.jp/php/function.db2-num-fields.html - [similar]
MIMEヘッダの文字列をエンコードする 4779
« mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列 ...
https://man.plustar.jp/php/function.mb-encode-mimeheader.html - [similar]
内部文字エンコーディングを設定あるいは取得する 4779
« mb_http_output mb_language » PHP Manual マルチバイト文字列 関数 内部文字エンコーディングを設定 ... 文字エンコーディングを設定あるいは取得する mb_detect_order() - 文字エンコーディング検出順序を設定あるいは取得 ...
https://man.plustar.jp/php/function.mb-internal-encoding.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 4779
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新 ... プトへのフルパスを " で囲まなければなりません。 load_order load_order を制御します。現時点では完全にはサポート ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
サポートされる文字エンコーディング 4779
« HTTP 入出力 関数のオーバーロード機能 » PHP Manual マルチバイト文字列 サポートされる文字エンコー ... は " ASCII,JIS,UTF-8,EUC-JP,SJIS " です。 mb_detect_order() も参照ください。 関連キーワード: 文字 , サポート ...
https://man.plustar.jp/php/mbstring.supported-encodings.html - [similar]
Returns any write errors that occurred 4779
« MongoDB\Driver\WriteResult::getWriteConcernError MongoDB\Driver\WriteResult::isAcknowledged » ... lt, bulk write operations are executed serially in order and * execution will stop after the first error. * ... manager = new MongoDB \ Driver \ Manager ; /* The "ordered" option may be used to allow bulk write operatio ... d. */ $bulk = new MongoDB \ Driver \ BulkWrite ([ 'ordered' => false ]); $bulk -> insert ([ '_id' => 1 ]); ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteerrors.html - [similar]
The Map class 4704
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... Supports array syntax (square brackets). Insertion order is preserved. Performance and memory efficiency is ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 4704
« mb_convert_case mb_convert_kana » PHP Manual マルチバイト文字列 関数 ある文字エンコーディングの ... ng ( $str , "EUC-JP" , "auto" ); ?> 参考 mb_detect_order() - 文字エンコーディング検出順序を設定あるいは取得 ...
https://man.plustar.jp/php/function.mb-convert-encoding.html - [similar]
行をオブジェクトとして得る 4704
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... } $qu = pg_query ( $db_conn , "SELECT * FROM books ORDER BY author" ); while ( $data = pg_fetch_object ( $q ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]