Results of 1 - 10 of about 17 for preferred (0.006 sec.)
- The MongoDB\Driver\ReadPreference class 13397
- « MongoDB\Driver\WriteConcern::unserialize MongoDB\Driver\ReadPreference::bsonSerialize » PHP Ma
...
*/ const int RP_PRIMARY = 1 ; const int RP_PRIMARY_PREFERRED = 5 ; const int RP_SECONDARY = 2 ; const int RP_SE ...
CONDARY_PREFERRED = 6 ; const int RP_NEAREST = 10 ; const string PRI ...
MARY = primary ; const string PRIMARY_PREFERRED = primaryPreferred ; const string SECONDARY = seco ...
ndary ; const string SECONDARY_PREFERRED = secondaryPreferred ; const string NEAREST = near ...
-
https://man.plustar.jp/php/class.mongodb-driver-readpreference.html
- [similar]
- MIME 文字設定を文字列で得る 12897
- « mb_parse_str mb_regex_encoding » PHP Manual マルチバイト文字列 関数 MIME 文字設定を文字列で得る
...
mb_preferred_mime_name (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb ...
_preferred_mime_name — MIME 文字設定を文字列で得る 説明 mb_pr ...
charset がない場合は false を返します。 例 例1 mb_preferred_mime_name() の例 <?php $outputenc = "sjis-win" ; m ...
header ( "Content-Type: text/html; charset=" . mb_preferred_mime_name ( $outputenc )); ?> 関連キーワード: 文字 ...
-
https://man.plustar.jp/php/function.mb-preferred-mime-name.html
- [similar]
- Returns the ReadPreference's "mode" option 8793
- « MongoDB\Driver\ReadPreference::getMaxStalenessSeconds MongoDB\Driver\ReadPreference::getModeSt
...
( MongoDB \ Driver \ ReadPreference :: RP_PRIMARY_PREFERRED ); var_dump ( $rp -> getMode ()); $rp = new MongoD ...
MongoDB \ Driver \ ReadPreference :: RP_SECONDARY_PREFERRED ); var_dump ( $rp -> getMode ()); $rp = new MongoD ...
-
https://man.plustar.jp/php/mongodb-driver-readpreference.getmode.html
- [similar]
- Returns the ReadPreference's "mode" option as a string 8724
- « MongoDB\Driver\ReadPreference::getMode MongoDB\Driver\ReadPreference::getTagSets » PHP Manual
...
nce ( MongoDB \ Driver \ ReadPreference :: PRIMARY_PREFERRED ); var_dump ( $rp -> getModeString ()); $rp = new ...
e ( MongoDB \ Driver \ ReadPreference :: SECONDARY_PREFERRED ); var_dump ( $rp -> getModeString ()); $rp = new ...
となります。 string(7) "primary" string(16) "primaryPreferred" string(9) "secondary" string(18) "secondaryPrefer ...
-
https://man.plustar.jp/php/mongodb-driver-readpreference.getmodestring.html
- [similar]
- Create a new ReadPreference 8638
- « MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man
...
MongoDB. MongoDB\Driver\ReadPreference::RP_PRIMARY_PREFERRED or "primaryPreferred" In most situations, operatio ...
a set. MongoDB\Driver\ReadPreference::RP_SECONDARY_PREFERRED or "secondaryPreferred" In most situations, operat ...
MongoDB \ Driver \ ReadPreference :: RP_SECONDARY_PREFERRED )); /* Prefer a node in the New York data center w ...
reference)#1 (1) { ["mode"]=> string(18) "secondaryPreferred" } object(MongoDB\Driver\ReadPreference)#1 (2) { [ ...
-
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html
- [similar]
- ロケールの設定に基づいてローカルな日付・時間をフォーマットする 8552
- « mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ
...
with the first Monday as the first week' , 'X' => 'Preferred time representation based on locale, without the d ...
eviated month name, based on the locale' , 'c' => 'Preferred date and time stamp based on local' , 'd' => 'Two- ...
c representation of the day of the week' , 'x' => 'Preferred date representation based on locale, without the t ...
the first week ) Known format : 'X' = '11:24:44' ( Preferred time representation based on locale, without the d ...
-
https://man.plustar.jp/php/function.strftime.html
- [similar]
- MySQL サーバに接続する 8397
- « expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get
...
オプションの compression は、以下の値を受け付けます: preferred (クライアントとサーバが、お互いがサポートしているア ...
ズムが見つからない場合は圧縮されません), required ("preferred" と似ていますが、お互いがサポートしているアルゴリズ ...
ed (この接続では圧縮が行われません)。 デフォルトは preferred です。 このオプションは 8.0.20 で追加されました。 ...
-
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html
- [similar]
- Functional API 8224
- « Philosophy parallel\bootstrap » PHP Manual parallel Functional API Functional API The parallel
...
For most applications the functional API should be preferred. 目次 parallel\bootstrap — Bootstrapping parallel\ ...
-
https://man.plustar.jp/php/functional.parallel.html
- [similar]
- Construct a new Font Descriptor 8069
- « UI\Draw\Text\Font\Descriptor UI\Draw\Text\Font\Descriptor::getFamily » PHP Manual UI\Draw\Text
...
amily The name of a valid family of fonts size The preferred size weight UI\Draw\Text\Font\Weight constant ital ...
-
https://man.plustar.jp/php/ui-draw-text-font-descriptor.construct.html
- [similar]
- ロケール情報を設定する 7983
- « rtrim sha1_file » PHP Manual String 関数 ロケール情報を設定する setlocale (PHP 4, PHP 5, PHP 7
...
LL , 'de_DE@euro' , 'de_DE' , 'de' , 'ge' ); echo "Preferred locale for german on this system is ' $loc_de '" ; ...
_ALL , 'de_DE@euro' , 'de_DE' , 'deu_deu' ); echo "Preferred locale for german on this system is ' $loc_de '" ; ...
-
https://man.plustar.jp/php/function.setlocale.html
- [similar]