検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 205 for fields (0.057 sec.)
のエイリアス ibase_num_params 5280
« fbird_num_fields fbird_param_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_num_ ... , params , fbird , param , info , 関数 , prepare , fields , 参考 ...
https://man.plustar.jp/php/function.fbird-num-params.html - [similar]
ジェネレータの構文 5280
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... foreach ( explode ( "\n" , $input ) as $line ) { $fields = explode ( ';' , $line ); $id = array_shift ( $fi ... elds ); yield $id => $fields ; } } foreach ( input_parser ( $input ) as $id => ... $fields ) { echo " $id :\n" ; echo " $fields [ 0 ] \n" ; e ... cho " $fields [ 1 ] \n" ; } ?> 上の例の出力は以下となります。 1: ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
Create a new encryption data key 5248
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... s" , this option is required and has the following fields: AWS masterKey options Option Type Description reg ... e" , this option is required and has the following fields: Azure masterKey options Option Type Description k ... p" , this option is required and has the following fields: GCP masterKey options Option Type Description pro ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
リソース型の一覧 5248
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... ubrid_field_table() cubrid_field_type() cubrid_num_fields() cubrid_result() cubrid_lob2_bind() cubrid_close_ ... ecord() , dbase_get_record_with_names() , dbase_numfields() , dbase_numrecords() dbase_close() Dbaseデータベ ... se_fetch_object() , ibase_field_info() , ibase_num_fields() ibase_free_result() Interbase 結果 interbase tra ... mysql_insert_id() , mysql_list_dbs() , mysql_list_fields() , mysql_list_tables() , mysql_query() , mysql_re ...
https://man.plustar.jp/php/resource.html - [similar]
フィールドの値を取得する 5206
« IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールド ... $class = new ReflectionClass ( 'IntlCalendar' ); $fields = array(); foreach ( $class -> getConstants () as ... $name , 'FIELD_' ) !== 0 || $val > 22 ) continue; $fields [ $val ] = $name ; } $cal = IntlCalendar :: create ... ateFormatter :: formatObject ( $cal )); foreach ( $fields as $val => $name ) { echo " $val ( $name )" , "\n ...
https://man.plustar.jp/php/intlcalendar.get.html - [similar]
結果セットの次のフィールドを返す 5174
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... max. Len: 10 Flags: 32769 Type: 4 参考 mysqli_num_fields() - 結果セットのフィールド数を取得する mysqli_fetc ... 単一のフィールドのメタデータを取得する mysqli_fetch_fields() - 結果セットのフィールド情報をオブジェクトの配列 ... result , fetch , 次 , オブジェクト , 情報 , 取得 , fields ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
SplFileObject のフラグをセットする 5174
« SplFileObject::setCsvControl SplFileObject::setMaxLineLen » PHP Manual SplFileObject SplFileOb ... ( SplFileObject :: READ_CSV ); foreach ( $file as $fields ) { var_dump ( $fields ); } ?> 参考 SplFileObject: ...
https://man.plustar.jp/php/splfileobject.setflags.html - [similar]
フィールドサイズを返す 5142
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... h>Length</th>" ; echo "</tr>\n" ; $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $ncols ; $i ++) { ... して残されていますが、 推奨されません。 参考 oci_num_fields() - ある文における結果のカラム数を返す oci_field_n ... , oci , size , column , OCI , 注意 , int , 名前 , fields ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
メタデータ 5099
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メ ... AS _two FROM DUAL" ); var_dump ( $result -> fetch_fields ()); 上の例の出力は以下となります。 array(2) { [0] ... -> result_metadata (); var_dump ( $result -> fetch_fields ()); 参照 mysqli::query() mysqli_result::fetch_fie ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
The MySQLi Extension Function Summary 5099
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... ult pointer $mysqli_result::field_count mysqli_num_fields() N/A Get the number of fields in a result $mysqli ... next field in the result set mysqli_result::fetch_fields() mysqli_fetch_fields() N/A Returns an array of ob ... jects representing the fields in a result set mysqli_result::fetch_object() mysq ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]