Results of 1 - 10 of about 22 for direction (0.002 sec.)
- コードポイントの双方向カテゴリの値を取得する 13854
- « IntlChar::charDigitValue IntlChar::charFromName » PHP Manual IntlChar コードポイントの双方向カ
... テゴリの値を取得する IntlChar::charDirection (PHP 7, PHP 8) IntlChar::charDirection — コードポイ ... ゴリの値を取得する 説明 public static IntlChar::charDirection ( int | string $codepoint ): ? int » Unicode bidir ... 下記の定数のうち、ひとつを返します: IntlChar::CHAR_DIRECTION_LEFT_TO_RIGHT IntlChar::CHAR_DIRECTION_RIGHT_TO_LE ... FT IntlChar::CHAR_DIRECTION_EUROPEAN_NUMBER IntlChar::CHAR_DIRECTION_EUROPEAN_ ...
-
https://man.plustar.jp/php/intlchar.chardirection.html
- [similar]
- IntlChar クラス 11699
- « idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8)
... CATEGORY_CHAR_CATEGORY_COUNT = 30 ; const int CHAR_DIRECTION_LEFT_TO_RIGHT = 0 ; const int CHAR_DIRECTION_RIGHT ... _TO_LEFT = 1 ; const int CHAR_DIRECTION_EUROPEAN_NUMBER = 2 ; const int CHAR_DIRECTION_EUR ... OPEAN_NUMBER_SEPARATOR = 3 ; const int CHAR_DIRECTION_EUROPEAN_NUMBER_TERMINATOR = 4 ; const int CHAR_DI ... RECTION_ARABIC_NUMBER = 5 ; const int CHAR_DIRECTION_COMMON_NUMBER_SEPARATOR = 6 ; const int CHAR_DIREC ...
-
https://man.plustar.jp/php/class.intlchar.html
- [similar]
- Parabolic SAR - Extended 10992
- « trader_sar trader_set_compat » PHP Manual Trader 関数 Parabolic SAR - Extended trader_sarext (
... ow 安値。実数値の配列。 startValue Start value and direction. 0 for Auto, >0 for Long, <0 for Short. Valid rang ... ong Acceleration Factor initial value for the Long direction. Valid range from 0 to TRADER_REAL_MAX . accelerat ... ionLong Acceleration Factor for the Long direction. Valid range from 0 to TRADER_REAL_MAX . accelerat ... ong Acceleration Factor maximum value for the Long direction. Valid range from 0 to TRADER_REAL_MAX . accelerat ...
-
https://man.plustar.jp/php/function.trader-sarext.html
- [similar]
- Sorts the fields within the document 9326
- « SolrInputDocument::setFieldBoost SolrInputDocument::toArray » PHP Manual SolrInputDocument Sor
... rInputDocument::sort ( int $sortOrderBy , int $sortDirection = SolrInputDocument::SORT_ASC ): bool The fields a ... anged according to the specified criteria and sort direction Fields can be sorted by boost values, field names ... SolrInputDocument::SORT_FIELD_VALUE_COUNT The sort direction can be one of : * SolrInputDocument::SORT_DEFAULT ... _DESC パラメータ sortOrderBy The sort criteria sortDirection The sort direction 戻り値 成功した場合に true を、 ...
-
https://man.plustar.jp/php/solrinputdocument.sort.html
- [similar]
- Transliterator を作成する 8972
- « Transliterator::__construct Transliterator::createFromRules » PHP Manual Transliterator Transl
... static Transliterator::create ( string $id , int $direction = Transliterator::FORWARD ): ? Transliterator 手続 ... き型 transliterator_create ( string $id , int $direction = Transliterator::FORWARD ): ? Transliterator ID を ... 、 Transliterator::listIDs() を使って取得できます。 direction 方向。デフォルトは Transliterator::FORWARD です。 ... Transliterator , 作成 , create , transliterator , direction , string , int , 取得 , construct , 直近 ...
-
https://man.plustar.jp/php/transliterator.create.html
- [similar]
- 規則に基づいた Transliterator を作成する 8972
- « Transliterator::create Transliterator::createInverse » PHP Manual Transliterator 規則に基づいた
... sliterator::createFromRules ( string $rules , int $direction = Transliterator::FORWARD ): ? Transliterator 手続 ... literator_create_from_rules ( string $rules , int $direction = Transliterator::FORWARD ): ? Transliterator 規則 ... Transform Rules Syntax" で定義されている規則です。 direction 方向。デフォルトは Transliterator::FORWARD です。 ... create , createFromRules , transliterator , from , direction , string ...
-
https://man.plustar.jp/php/transliterator.createfromrules.html
- [similar]
- 定数式における列挙型の値 8568
- « トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における
... <?php // これは、完全に正しい列挙型の定義です enum Direction implements ArrayAccess { case Up ; case Down ; pub ... lass Foo { // これは、許されています。 const Bar = Direction :: Down ; // これは、許可されません。結果の値が保証 ... できない可能性があります。 const Bar = Direction :: Up [ 'short' ]; // Fatal error: Cannot use [] o ... 全に正しいコードです。定数式ではないからです。 $x = Direction :: Up [ 'short' ]; ?> 関連キーワード: 定数 , 値 , ...
-
https://man.plustar.jp/php/language.enumerations.expressions.html
- [similar]
- Prepares and executes a query 8080
- « sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q
... ble An array with this structure: array($value [, $direction [, $phpType [, $sqlType]]]) The following table de ... , a PHP variable, or a PHP by-reference variable. $direction (optional) One of the following SQLSRV constants u ... sed to indicate the parameter direction: SQLSRV_PARAM_IN, SQLSRV_PARAM_OUT, SQLSRV_PARAM_I ...
-
https://man.plustar.jp/php/function.sqlsrv-query.html
- [similar]
- Sorts the fields in the document 8080
- « SolrDocument::__set SolrDocument::toArray » PHP Manual SolrDocument Sorts the fields in the do
... c SolrDocument::sort ( int $sortOrderBy , int $sortDirection = SolrDocument::SORT_ASC ): bool The fields are re ... anged according to the specified criteria and sort direction Fields can be sorted by boost values, field names ... LUE * SolrDocument::SORT_FIELD_VALUE_COUNT The sortDirection can be one of : * SolrDocument::SORT_DEFAULT * Sol ... der. パラメータ sortOrderBy The sort criteria. sortDirection The sort direction. 戻り値 成功した場合に true を、 ...
-
https://man.plustar.jp/php/solrdocument.sort.html
- [similar]
- Prepares a query for execution 7945
- « sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr
... ble An array with this structure: array($value [, $direction [, $phpType [, $sqlType]]]) The following table de ... , a PHP variable, or a PHP by-reference variable. $direction (optional) One of the following SQLSRV constants u ... sed to indicate the parameter direction: SQLSRV_PARAM_IN, SQLSRV_PARAM_OUT, SQLSRV_PARAM_I ...
-
https://man.plustar.jp/php/function.sqlsrv-prepare.html
- [similar]