検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 16 for collation (0.002 sec.)
Add a delete operation to the bulk 12892
« MongoDB\Driver\BulkWrite::count MongoDB\Driver\BulkWrite::insert » PHP Manual MongoDB\Driver\B ... ions deleteOptions Option Type Description Default collation array | object » Collation は、文字列比較の際の言語 ... 、大文字小文字やアクセント記号の扱いを指定できます。 collation を指定するときには "locale" フィールドが必須となり ... ます。それ以外の collation フィールドはすべて任意指定です。 各フィールドについ ... ての説明は » Collation のドキュメント を参照ください。 collation が未指定 ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.delete.html - [similar]
Add an update operation to the bulk 12182
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... ion time if specified for an older server version. collation array | object » Collation は、文字列比較の際の言語 ... 、大文字小文字やアクセント記号の扱いを指定できます。 collation を指定するときには "locale" フィールドが必須となり ... ます。それ以外の collation フィールドはすべて任意指定です。 各フィールドについ ... ての説明は » Collation のドキュメント を参照ください。 collation が未指定 ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
Create a new Query 10275
« MongoDB\Driver\Query MongoDB\Driver\BulkWrite » PHP Manual MongoDB\Driver\Query Create a new Q ... r irrespective of the number of matched documents. collation array | object » Collation は、文字列比較の際の言語 ... 、大文字小文字やアクセント記号の扱いを指定できます。 collation を指定するときには "locale" フィールドが必須となり ... ます。それ以外の collation フィールドはすべて任意指定です。 各フィールドについ ... ての説明は » Collation のドキュメント を参照ください。 collation が未指定 ...
https://man.plustar.jp/php/mongodb-driver-query.construct.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 9842
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... うPHP関数を登録する SQLite3::createCollation (PHP 5 >= 5.3.11, PHP 7, PHP 8) SQLite3::createCol ... して使うPHP関数を登録する 説明 public SQLite3::createCollation ( string $name , callable $callback ): bool SQL文の ... 成、または再定義するSQL collate 関数の名前 callback collation の振る舞いを定義する、PHP関数または、 コールバック ... します。 この関数は、以下のように定義されるべきです: collation ( mixed $value1 , mixed $value2 ): int 戻り値 成功 ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
入力ロケールのキーワードを取得する 8854
« Locale::getDisplayVariant Locale::getPrimaryLanguage » PHP Manual Locale 入力ロケールのキーワー ... ds_arr = locale_get_keywords ( 'de_DE@currency=EUR;collation=PHONEBOOK' ); if ( $keywords_arr ) { foreach ( $ke ... _arr = Locale :: getKeywords ( 'de_DE@currency=EUR;collation=PHONEBOOK' ); if ( $keywords_arr ) { foreach ( $ke ... $value \n" ; } } ?> 上の例の出力は以下となります。 collation = PHONEBOOK currency = EUR 参考 locale_get_all_var ...
https://man.plustar.jp/php/locale.getkeywords.html - [similar]
文字セットオブジェクトを返す 8577
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... セットオブジェクトを返します。 charset 文字セット名 collation 照合規則名 dir 文字セットの設定を読み込むディレクト ... dClass)#2 (7) { ["charset"]=> string(6) "latin1" ["collation"]=> string(17) "latin1_swedish_ci" ["dir"]=> strin ... ェクト , charset , length , int , 手続き , string , collation ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
Collator クラス 8283
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3 ... RT_REGULAR ): bool } 定義済み定数 Collator::FRENCH_COLLATION ( int ) 文字列の後に続くさまざまなアクセントによる ... FF (デフォルト) Collator::DEFAULT_VALUE 例1 FRENCH_COLLATION のルール F=OFF cote < coté < côte < côté F=ON cote ... 用することになります (X と L の違いを知りたい人は、 Collation Customization を調べてください)。 L あるいは U のい ... ator::DEFAULT_VALUE Collator::STRENGTH ( int ) ICU Collation Service は、多くの比較レベルをサポートしています ( ...
https://man.plustar.jp/php/class.collator.html - [similar]
ColumnResult のコンストラクタ 7936
« mysql_xdevapi\ColumnResult ColumnResult::getCharacterSetName » PHP Manual mysql_xdevapi\Column ... => numbers [schema] => nonsense [catalog] => def [collation] => 0 [fractional_digits] => 0 [length] => 11 [fla ... => numbers [schema] => nonsense [catalog] => def [collation] => 0 [fractional_digits] => 31 [length] => 12 [fl ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.construct.html - [similar]
カラムのメタデータを取得する 7936
« RowResult::getColumnNames RowResult::getWarnings » PHP Manual mysql_xdevapi\RowResult カラムの ... => names [schema] => addressbook [catalog] => def [collation] => 255 [fractional_digits] => 0 [length] => 65535 ... => names [schema] => addressbook [catalog] => def [collation] => 0 [fractional_digits] => 0 [length] => 11 [fla ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumns.html - [similar]
SQL文で collate 関数として使うユーザー定義関数を登録する 7936
« PDO::sqliteCreateAggregate PDO::sqliteCreateFunction » PHP Manual SQLite (PDO) SQL文で collate ... して使うユーザー定義関数を登録する PDO::sqliteCreateCollation (PHP 5 >= 5.3.11, PHP 7, PHP 8) PDO::sqliteCreateC ... ザー定義関数を登録する 説明 public PDO::sqliteCreateCollation ( string $name , callable $callback ): bool 警告 こ ... 作成または再定義する SQL collate 関数の名前 callback collation の振る舞いを定義する、PHP関数または、 コールバック ... ます。 この関数は、次のように定義する必要があります: collation ( string $string1 , string $string2 ): int 戻り値 ...
https://man.plustar.jp/php/pdo.sqlitecreatecollation.html - [similar]
PREV 1 2 NEXT