検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 161 for column (0.052 sec.)
結果セットから次の行を取得する 5855
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... を返し、結果セットのカラムの値を PDOStatement::bindColumn() メソッドでバインドされた PHP 変数に代入します。 ... ); print( "Return next row as an array indexed by column name\n" ); $result = $sth -> fetch ( PDO :: FETCH_ ... rint( "Return next row as an array indexed by both column name and number\n" ); $result = $sth -> fetch ( PD ... rint( "Return next row as an anonymous object with column names as properties\n" ); $result = $sth -> fetch ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
Get the requested schema information 5786
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... ) function is returned as a two-dimensional array (column (associative array) * row (numeric array)). The fo ... llowing tables shows types of schema and the column structure of the result array to be returned based ... chema type. Result Composition of Each Type Schema Column Number Column Name Value CUBRID_SCH_CLASS 1 NAME 2 ... YS / CUBRID_SCH_CROSS_REFERENCE 1 PKTABLE_NAME 2 PKCOLUMN_NAME 3 FKTABLE_NAME base:1 4 FKCOLUMN_NAME 5 KEY_S ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
エラー配列を取得する 5752
« libxml_disable_entity_loader libxml_get_last_error » PHP Manual libxml 関数 エラー配列を取得す ... ] . "\n" ; $return .= str_repeat ( '-' , $error -> column ) . "^\n" ; switch ( $error -> level ) { case LIBX ... or -> message ) . "\n Line: $error -> line " . "\n Column: $error -> column " ; if ( $error -> file ) { $ret ... ding tag mismatch: titles line 4 and title Line: 4 Column: 46 -------------------------------------------- 参 ...
https://man.plustar.jp/php/function.libxml-get-errors.html - [similar]
フィールドの精度を問い合わせる 5717
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... ld_precision ( resource $statement , string | int $column ): int | false column の精度を返します。 FLOAT 型カ ... パラメータ statement 有効な OCI ステートメント ID。 column フィールド番号 (1 から始まる) あるいは名前のいずれ ... 注意 : PHP バージョン 5.0.0 以前では、代わりに ocicolumnprecision() を使用しなければなりません。 まだこの名 ... 連キーワード: 精度 , フィールド , oci , precision , column , OCI , 名前 , 注意 , カラム , NUMBER ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
フィールドの桁数を問い合わせる 5717
« oci_field_precision oci_field_size » PHP Manual OCI8 関数 フィールドの桁数を問い合わせる oci_f ... _field_scale ( resource $statement , string | int $column ): int | false column に対応するカラムの桁数を返し ... パラメータ statement 有効な OCI ステートメント ID。 column フィールド番号 (1 から始まる) あるいは名前のいずれ ... 注意 : PHP バージョン 5.0.0 以前では、代わりに ocicolumnscale() を使用しなければなりません。 まだこの名前を ... フィールド , oci , 桁 , scale , 精度 , OCI , 名前 , column , カラム , int ...
https://man.plustar.jp/php/function.oci-field-scale.html - [similar]
Oracle におけるフィールドの型を問い合わせる 5717
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... eld_type_raw ( resource $statement , string | int $column ): int | false フィールド column の、Oracle におけ ... パラメータ statement 有効な OCI ステートメント ID。 column フィールド番号 (1 から始まる) あるいは名前のいずれ ... 注意 : PHP バージョン 5.0.0 以前では、代わりに ocicolumntyperaw() を使用しなければなりません。 まだこの名前 ... ん。 関連キーワード: フィールド , oci , type , 型 , column , 名前 , OCI , int , 注意 , 関数 ...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
フィールドの名前を返す 5717
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... ( $res ); for ( $j = 0 ; $j < $i ; $j ++) { echo "column $j \n" ; $fieldname = pg_field_name ( $res , $j ); ... ) . " \n\n" ; } ?> 上の例の出力は以下となります。 column 0 fieldname: author printed length: 6 characters s ... torage length: -1 bytes field type: varchar column 1 fieldname: year printed length: 4 characters sto ... rage length: 2 bytes field type: int2 column 2 fieldname: title printed length: 24 characters s ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
libXMLError クラス 5683
« 定義済み定数 libxml 関数 » PHP Manual libxml libXMLError クラス libXMLError クラス (PHP 5 >= 5 ... lic int $ level ; public int $ code ; public int $ column ; public string $ message ; public string $ file ; ... LIBXML_ERR_FATAL のいずれか)。 code エラーコード。 column エラーが発生した列。 注意 : このプロパティは libxm ... XMLError , public , int , libxml , エラー , 発生 , column , string , エラーコード ...
https://man.plustar.jp/php/class.libxmlerror.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 5683
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... ( $res ); for ( $j = 0 ; $j < $i ; $j ++) { echo "column $j \n" ; $fieldname = pg_field_name ( $res , $j ); ... ) . " \n\n" ; } ?> 上の例の出力は以下となります。 column 0 fieldname: author printed length: 6 characters s ... torage length: -1 bytes field type: varchar column 1 fieldname: year printed length: 4 characters sto ... rage length: 2 bytes field type: int2 column 2 fieldname: title printed length: 24 characters s ...
https://man.plustar.jp/php/function.pg-field-size.html - [similar]
The MongoDB\BSON\Binary class 5660
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... 5 ; const int TYPE_ENCRYPTED = 6 ; const int TYPE_COLUMN = 7 ; const int TYPE_USER_DEFINED = 128 ; /* メソッ ... client-side encryption. MongoDB\BSON\Binary::TYPE_COLUMN Column data. This subtype is used for time-series ... able for PHP 8.0+. Added MongoDB\BSON\Binary::TYPE_COLUMN . PECL mongodb 1.7.0 Added MongoDB\BSON\Binary::TY ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT