検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 161 for column (0.005 sec.)
フェッチしたフィールドが null であるかどうかを確認する 6084
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... ield_is_null ( resource $statement , string | int $column ): bool statement の現在の行の、 指定したフィールド ... column が null であるかどうかを調べます。 パラメータ stat ... ement 有効な OCI ステートメント ID。 column (1 から始まる) フィールド番号、またはフィールド名。 ... 戻り値 column が null の場合に true 、 それ以外の場合に false を ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
結果セットから、残っている行を取得する 6050
« PDOStatement::fetch PDOStatement::fetchColumn » PHP Manual PDOStatement 結果セットから、残って ... ic PDOStatement::fetchAll ( int $mode = PDO::FETCH_COLUMN , int $column ): array public PDOStatement::fetchA ... 一カラムの全ての値を含む配列を返す場合、 PDO::FETCH_COLUMN を指定します。 column パラメータにどのカラムを返す ... 場合、 PDO::FETCH_UNIQUE をビット OR した PDO::FETCH_COLUMN を指定します。 指定したカラムの値によってグループ化 ... 場合、 PDO::FETCH_GROUP をビット OR した PDO::FETCH_COLUMN を指定します。 args この引数は、 mode の値によって ...
https://man.plustar.jp/php/pdostatement.fetchall.html - [similar]
PDOStatement クラス 6015
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement ク ... c string $ queryString ; /* メソッド */ public bindColumn ( string | int $column , mixed &$var , int $type = ... RAM_STR ): bool public closeCursor (): bool public columnCount (): int public debugDumpParams (): ? bool pub ... ): array public fetchAll ( int $mode = PDO::FETCH_COLUMN , int $column ): array public fetchAll ( int $mode ... TCH_FUNC , callable $callback ): array public fetchColumn ( int $column = 0 ): mixed public fetchObject ( ? ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
Get a column using OID 5981
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... _get (PECL CUBRID >= 8.3.0) cubrid_get — Get a column using OID 説明 cubrid_get ( resource $conn_identif ... ]=> string(10) "a " } 参考 cubrid_put() - Update a column using OID 関連キーワード: string , using , OID , c ... ubrid , column , array , Get , attr , attribute , type ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
ストアドプロシージャのパラメータを含む結果セットを返す 5981
« db2_primary_keys db2_procedures » PHP Manual IBM DB2 関数 ストアドプロシージャのパラメータを含 ... む結果セットを返す db2_procedure_columns (PECL ibm_db2 >= 1.0.0) db2_procedure_columns — ス ... パラメータを含む結果セットを返す 説明 db2_procedure_columns ( resource $connection , string $qualifier , stri ... スキーマの名前。 PROCEDURE_NAME プロシージャの名前。 COLUMN_NAME パラメータの名前。 COLUMN_TYPE パラメータの型 ... 数値。 TYPE_NAME パラメータのデータ型を表す文字列。 COLUMN_SIZE パラメータのサイズを表す整数値。 BUFFER_LENGT ...
https://man.plustar.jp/php/function.db2-procedure-columns.html - [similar]
XML パーサのカレントのカラム番号を取得する 5946
« xml_get_current_byte_index xml_get_current_line_number » PHP Manual XML パーサ 関数 XML パーサ ... のカレントのカラム番号を取得する xml_get_current_column_number (PHP 4, PHP 5, PHP 7, PHP 8) xml_get_curren ... t_column_number — XML パーサのカレントのカラム番号を取得する ... 説明 xml_get_current_column_number ( XMLParser $parser ): int 指定した XML パー ... パーサ , カラム , カレント , 番号 , 取得 , parser , column , バージョン , 関数 , XMLParser ...
https://man.plustar.jp/php/function.xml-get-current-column-number.html - [similar]
指定したテーブルに関するカラムおよび付随する権限のリストを取得する 5912
« odbc_close odbc_columns » PHP Manual ODBC 関数 指定したテーブルに関するカラムおよび付随する権限 ... のリストを取得する odbc_columnprivileges (PHP 4, PHP 5, PHP 7, PHP 8) odbc_column ... カラムおよび付随する権限のリストを取得する 説明 odbc_columnprivileges ( resource $odbc , ? string $catalog , s ... tring $schema , string $table , string $column ): resource | false 指定したテーブルに関するカラム ... の文字にマッチし、 _ はひとつの文字にマッチします。 column カラム名。 このパラメータには以下の検索パターンを使 ...
https://man.plustar.jp/php/function.odbc-columnprivileges.html - [similar]
pixel iterator をリセットする 5912
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... $pixels ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { /* ... * @var $pixel \ImagickPixel */ if ( $column % 2 ) { /* Make every second pixel 25% red*/ $pixe ... $pixels ) { /* Loop through the pixels in the row (columns) */ foreach ( $pixels as $column => $pixel ) { /* ... * @var $pixel \ImagickPixel */ if ( $column % 3 ) { $pixel -> setColorValue (\ Imagick :: COLO ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
表示される長さを返す 5889
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... ( $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-prtlen.html - [similar]
Get contents of collection type column using OID 5855
« cubrid_close_request cubrid_col_size » PHP Manual CUBRID 関数 Get contents of collection type ... ) cubrid_col_get — Get contents of collection type column using OID 説明 cubrid_col_get ( resource $conn_ide ... , collection , type , using , OID , cubrid , Get , column , col , of ...
https://man.plustar.jp/php/function.cubrid-col-get.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT