検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 373 for Field (0.056 sec.)
結果セットにおけるフィールド数を得る 3716
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... ールド数を得る ibase_num_fields (PHP 5, PHP 7 < 7.4.0) ibase_num_fields — 結果セッ ... トにおけるフィールド数を得る 説明 ibase_num_fields ( resource $result_id ): int 結果セットにおけるフ ... フィールドの数を整数値で返します。 例 例1 ibase_num_fields() の例 <?php $rs = ibase_query ( "SELECT * FROM t ... ablename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $coln ; $i ++) { $co ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
Create new MongoDB Manager 3699
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... y Provides options to enable automatic client-side field level encryption. 注意 : Automatic encryption is a ... pecify a collection in both schemaMap and encryptedFieldsMap . 注意 : Supplying a schemaMap provides more s ... e case of explicit encryption for querying indexed fields without requiring the enterprise licensed crypt_s ... mongocryptd process. Defaults to false . encryptedFieldsMap array | object Map of collection namespaces to ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
Deserialization from BSON 3699
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... e types, it is also possible to configure specific fields in your document to map to the data types mention ... dresses" array to an Address class and each "city" field within those embedded address documents to a City ... class: [ 'fieldPaths' => [ 'addresses.$' => 'MyProject\Address', ' ... , ] Each of those three data types, as well as the field specific mappings, can be mapped against different ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
ドキュメントの属性を設定する 3699
« CollectionModify::replace CollectionModify::skip » PHP Manual mysql_xdevapi\CollectionModify ド ... xdevapi\CollectionModify::set ( string $collection_field , string $expression_or_literal ): mysql_xdevapi\C ... 属性を設定、または更新します。 パラメータ collection_field 設定するアイテムのドキュメントパス(名前) expressio ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.set.html - [similar]
フィールド数を返す 3681
« pg_meta_data pg_num_rows » PHP Manual PostgreSQL 関数 フィールド数を返す pg_num_fields (PHP 4 ... >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_num_fields — フィールド数を返す 説明 pg_num_fields ( PgSql\R ... esult $result ): int pg_num_fields() は、 PgSql\Result クラスのインスタンスから フィ ... ム)の数を返します。 注意 : この関数は、以前は pg_numfields() と呼ばれていました。 パラメータ result pg_query ... ンでは、 リソース を期待していました。 例 例1 pg_num_fields() の例 <?php $result = pg_query ( $conn , "SELECT ...
https://man.plustar.jp/php/function.pg-num-fields.html - [similar]
カレンダーのロケールに基づいて、週の始めの日を返す 3681
« IntlCalendar::getErrorMessage IntlCalendar::getGreatestMinimum » PHP Manual IntlCalendar カレン ... a Sunday var_dump ( $cal1 -> get ( IntlCalendar :: FIELD_WEEK_OF_YEAR )); // 5 $cal2 = IntlCalendar :: crea ... a Sunday var_dump ( $cal2 -> get ( IntlCalendar :: FIELD_WEEK_OF_YEAR )); // 6 上の例の出力は以下となります ...
https://man.plustar.jp/php/intlcalendar.getfirstdayofweek.html - [similar]
ドキュメントのフィールドを置き換える 3681
« CollectionModify::patch CollectionModify::set » PHP Manual mysql_xdevapi\CollectionModify ドキ ... api\CollectionModify::replace ( string $collection_field , string $expression_or_literal ): mysql_xdevapi\C ... いもので置き換え(更新し)ます。 パラメータ collection_field 設定するアイテムのドキュメントパス expression_or_l ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.replace.html - [similar]
ある文における結果のカラム数を返す 3655
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ... num_fields (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num ... _fields — ある文における結果のカラム数を返す 説明 oci_num ... _fields ( resource $statement ): int 指定した文 statement ... あるいはエラー時に false を返します。 例 例1 oci_num_fields() の例 <?php // 以下のテーブルを用意します // CRE ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
指定したカラムの全ての行を配列として取得する 3655
« pg_execute pg_fetch_all » PHP Manual PostgreSQL 関数 指定したカラムの全ての行を配列として取得す ... pg_fetch_all_columns ( PgSql\Result $result , int $field = 0 ): array pg_fetch_all_columns() は、 PgSql\Res ... ute() が返した PgSql\Result クラスのインスタンス。 field カラムの番号。 指定しない場合のデフォルトは最初のカ ...
https://man.plustar.jp/php/function.pg-fetch-all-columns.html - [similar]
オブジェクトの時刻が夏時間かを調べる 3655
« IntlCalendar::getWeekendTransition IntlCalendar::isEquivalentTo » PHP Manual IntlCalendar オブ ... ghtTime ()); // true $cal -> set ( IntlCalendar :: FIELD_MONTH , 11 /* December */ ); var_dump ( $cal -> in ... :: WALLTIME_FIRST ); $cal -> set ( IntlCalendar :: FIELD_HOUR_OF_DAY , 1 ); // force time recalculation var ...
https://man.plustar.jp/php/intlcalendar.indaylighttime.html - [similar]