検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 199 for order (0.003 sec.)
The SolrQuery class 7341
« SolrModifiableParams::__destruct SolrQuery::addExpandFilterQuery » PHP Manual Solr The SolrQue ... ams implements Serializable { /* 定数 */ const int ORDER_ASC = 0 ; const int ORDER_DESC = 1 ; const int FAC ... ublic addExpandSortField ( string $field , string $order = ? ): SolrQuery public addFacetDateField ( string ... ry public addGroupSortField ( string $field , int $order = ? ): SolrQuery public addHighlightField ( string ... lrQuery public addSortField ( string $field , int $order = SolrQuery::ORDER_DESC ): SolrQuery public addSta ...
https://man.plustar.jp/php/class.solrquery.html - [similar]
文字エンコーディングを検出する 7191
« mb_decode_numericentity mb_detect_order » PHP Manual マルチバイト文字列 関数 文字エンコーディン ... 省略された場合、 または null の場合、 現在の detect_order ( mbstring.detect_order 設定オプション または mb_d ... etect_order() で設定したもの) を使います。 strict encodings で ... 例1 mb_detect_encoding() の例 <?php // 現在のdetect_orderで文字エンコーディングを検出 echo mb_detect_encoding ... ISO-8859-1" string(10) "ISO-8859-5" 参考 mb_detect_order() - 文字エンコーディング検出順序を設定あるいは取得 ...
https://man.plustar.jp/php/function.mb-detect-encoding.html - [similar]
ILL リクエストパッケージを関して Z39.50 Item Order を準備する 7191
« yaz_hits yaz_present » PHP Manual YAZ 関数 ILL リクエストパッケージを関して Z39.50 Item Order ... を準備する yaz_itemorder (PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_itemorder ... — ILL リクエストパッケージを関して Z39.50 Item Order を準備する 説明 yaz_itemorder ( resource $id , arr ... の関数は、Transport ILL (Profile/1) への Z39.50 Item Order Extended Service 用のプロファイルを使用する Extend ... _connect() が返す接続リソース。 args 送信する Item Order リクエストに関する情報を有するハッシュ配列とする必 ...
https://man.plustar.jp/php/function.yaz-itemorder.html - [similar]
Gets field data from the currently selected row 6965
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... currently selected row. Fields must be accessed in order. Field indices start at 0. パラメータ stmt A state ... eld indices start at 0. Fields must be accessed in order. i.e. If you access field index 1, then field inde ... Field indices start at 0 and must be retrieved in order. // Retrieving row fields by name is not supported ... row , from , urrently , fetch , able , returned , order , Field ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 6889
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... city, postal_code FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RESULT(c1); OPEN c1 FOR S ... ELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RESULT(c1); END;' ; $stid ... city, postal_code FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RESULT(c1); OPEN c1 FOR S ... ELECT country_id FROM locations WHERE ROWNUM < 4 ORDER BY city; DBMS_SQL.RETURN_RESULT(c1); END;' ; $stid ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
ステートメントの実行 6889
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの ... $result = $mysqli -> query ( "SELECT id FROM test ORDER BY id ASC" ); echo "Reverse order...\n" ; for ( $r ... id = " . $row [ 'id' ] . "\n" ; } echo "Result set order...\n" ; foreach ( $result as $row ) { echo " id = ... . "\n" ; } 上の例の出力は以下となります。 Reverse order... id = 3 id = 2 id = 1 Result set order... id = 1 ... <?php $mysqli -> real_query ( "SELECT id FROM test ORDER BY id ASC" ); $result = $mysqli -> use_result (); ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
要件 6738
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 In order to have t ... 要件 , インストール , CUBRID , 設定 , 手順 , In , order , have , these , functions ...
https://man.plustar.jp/php/cubrid.requirements.html - [similar]
複数のアイテムを取得する 6588
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... 加のオプションを設定します。 Memcached::GET_PRESERVE_ORDER は、要求したのと同じ順番でキーが返されることを保証 ... 2) } 例3 Memcached v3 用の Memcached::GET_PRESERVE_ORDER の例 <?php // Valid for v3 of the extension $m = n ... $m -> getMulti ( $keys , Memcached :: GET_PRESERVE_ORDER ); foreach ( $got as $k => $v ) { echo " $k $v \n" ... emcached v1 および v2 用の Memcached::GET_PRESERVE_ORDER の例 <?php // Valid for v1 and v2 of the extension ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
HTTP リクエスト変数 6588
« $_FILES $_SESSION » PHP Manual 定義済の変数 HTTP リクエスト変数 $_REQUEST (PHP 4 >= 4.1.0, PHP ... 変数の値や順序は、 PHP の設定ディレクティブ request_order や variables_order によって決まります。 参考 外部か ... ワード: 変数 , リクエスト , 内容 , 注意 , REQUEST , order , スクリプト , 配列 , COOKIE , 外部 ...
https://man.plustar.jp/php/reserved.variables.request.html - [similar]
基本的な使い方 6362
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... ase d LEFT JOIN pg_user u ON d.datdba = u.usesysid ORDER BY 1; ' ; return pg_query ( $db , $query ); } // テ ... elkind IN ('r','v','S','') AND c.relname !~ '^pg_' ORDER BY 1; " ; return pg_query ( $db , $query ); } // p ... table . "' AND a.attnum > 0 AND a.attrelid = c.oid ORDER BY a.attnum; " ; return pg_query ( $db , $query ); ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT