Results of 1 - 10 of about 66 for DESC (0.001 sec.)
- OpenAL 音声レイヤを初期化する 13399
- « openal_device_close openal_listener_get » PHP Manual OpenAL 関数 OpenAL 音声レイヤを初期化する
...
初期化する 説明 openal_device_open ( string $device_desc = ? ): resource パラメータ device_desc device_desc ...
で指定した音声デバイスをオープンします。 device_desc が指定されなかった場合は、 最初に見つかった音声デバ ...
する 関連キーワード: 音声 , device , 初期 , レイヤ , desc , デバイス , open , リソース , コンテキスト , crea ...
-
https://man.plustar.jp/php/function.openal-device-open.html
- [similar]
- 使用可能な辞書の一覧を返す 13128
- « enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧
...
ang_tag] => de [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/en ...
_tag] => de_DE [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/en ...
ang_tag] => en [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/en ...
_tag] => en_GB [provider_name] => aspell [provider_desc] => Aspell Provider [provider_file] => /usr/lib/en ...
-
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html
- [similar]
- Enchant プロバイダを列挙する 11130
- « Enchant 関数 enchant_broker_dict_exists » PHP Manual Enchant 関数 Enchant プロバイダを列挙する
...
enchant_broker_describe (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= ...
0.1.0) enchant_broker_describe — Enchant プロバイダを列挙する 説明 enchant_br ...
oker_describe ( EnchantBroker $broker ): array Enchant プロバ ...
nchant_broker_init (); $bprovides = enchant_broker_describe ( $r ); echo "現在のブローカーは、次のバックエ ...
-
https://man.plustar.jp/php/function.enchant-broker-describe.html
- [similar]
- Orders the documents within the expanded groups (expand.sort parameter) 10203
- « SolrQuery::addExpandFilterQuery SolrQuery::addFacetDateField » PHP Manual SolrQuery Orders the
...
eter). パラメータ field field name order Order ASC/DESC, utilizes SolrQuery::ORDER_* constants. Default: S ...
olrQuery::ORDER_DESC 戻り値 SolrQuery 参考 SolrQuery::setExpand() - Ena ...
, Orders , within , groups , addExpandSortField , DESC , Removes ...
-
https://man.plustar.jp/php/solrquery.addexpandsortfield.html
- [similar]
- 結果をソートする 9532
- « mysql_xdevapi\CrudOperationSortable mysql_xdevapi\DatabaseObject » PHP Manual mysql_xdevapi\Cr
...
ルドでソートします。 可能なソート順は ASC (昇順) か DESC (降順) です。 この操作は、SQL における 'ORDER BY' ...
oll -> find ( 'job like \'Cavia\'' )-> sort ( 'age desc' , '_id desc' )-> execute (); ?> 関連キーワード: ソ ...
-
https://man.plustar.jp/php/mysql-xdevapi-crudoperationsortable.sort.html
- [similar]
- Used to control how the results should be sorted 9004
- « SolrQuery::addMltQueryField SolrQuery::addStatsFacet » PHP Manual SolrQuery Used to control ho
...
ld ( string $field , int $order = SolrQuery::ORDER_DESC ): SolrQuery Used to control how the results shoul ...
be either SolrQuery::ORDER_ASC or SolrQuery::ORDER_DESC. 戻り値 Returns the current SolrQuery object. 関連 ...
-
https://man.plustar.jp/php/solrquery.addsortfield.html
- [similar]
- Enables/Disables the Expand Component 8062
- « SolrQuery::setEchoParams SolrQuery::setExpandQuery » PHP Manual SolrQuery Enables/Disables the
...
addExpandSortField ( 'score' , SolrQuery :: ORDER_DESC ) -> addExpandSortField ( 'title' , SolrQuery :: O ...
anu:apple&expand.fq=inStock:true&expand.sort=score desc,title asc 参考 SolrQuery::addExpandSortField() - O ...
-
https://man.plustar.jp/php/solrquery.setexpand.html
- [similar]
- ソート条件を設定する 7934
- « CollectionModify::skip CollectionModify::unset » PHP Manual mysql_xdevapi\CollectionModify ソー
...
トをソートします。 可能なソート順は ASC(昇順) または DESC (降順) です。 この操作は SQL の 'ORDER BY' と同等で ...
p $res = $coll -> modify ( 'true' )-> sort ( 'name desc' , 'age asc' )-> limit ( 4 )-> set ( 'Married' , ' ...
-
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.sort.html
- [similar]
- ソート条件を設定する 7934
- « CollectionRemove::limit mysql_xdevapi\ColumnResult » PHP Manual mysql_xdevapi\CollectionRemove
...
果をソートします。 可能なソート順は ASC(昇順) または DESC (降順) です。 この操作は SQL の 'ORDER BY' と同等で ...
hp $res = $coll -> remove ( 'true' )-> sort ( 'age desc' )-> limit ( 2 )-> execute (); ?> 関連キーワード: ...
-
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.sort.html
- [similar]
- CollectionRemove のコンストラクタ 7805
- « CollectionRemove::bind CollectionRemove::execute » PHP Manual mysql_xdevapi\CollectionRemove C
...
n -> remove ( "job in ('Butler')" ) -> sort ( 'age desc' ) -> limit ( 1 ) -> execute (); // age が一番若い ...
する $collection -> remove ( 'true' ) -> sort ( 'age desc' ) -> limit ( 1 ) -> execute (); ?> 関連キーワード ...
-
https://man.plustar.jp/php/mysql-xdevapi-collectionremove.construct.html
- [similar]