検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 44 for COL (0.014 sec.)
オープンポリゴンを描画する 6931
« imageloadfont imagepalettecopy » PHP Manual GD および Image 関数 オープンポリゴンを描画する im ... penpolygon ( GdImage $image , array $points , int $color ): bool 代替のシグネチャ (PHP 8.1.0 以降は非推奨 ... ge $image , array $points , int $num_points , int $color ): bool imageopenpolygon() 関数は、 与えられた i ... の線は描かれません。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト ... _points は count($points)/2 であると仮定されます。 color imagecolorallocate() で作成された色識別子。 戻り ...
https://man.plustar.jp/php/function.imageopenpolygon.html - [similar]
多角形を描画する 6931
« imagepng imagerectangle » PHP Manual GD および Image 関数 多角形を描画する imagepolygon (PHP 4 ... agepolygon ( GdImage $image , array $points , int $color ): bool 代替のシグネチャ (PHP 8.1.0 以降は非推奨 ... ge $image , array $points , int $num_points , int $color ): bool imagepolygon() は、指定した image に多角 ... 形を作成します。 パラメータ image imagecreatetruecolor() のような画像作成関数が返す GdImage オブジェクト ... _points は count($points)/2 であると仮定されます。 color imagecolorallocate() で作成された色識別子。 戻り ...
https://man.plustar.jp/php/function.imagepolygon.html - [similar]
複数の行セットを返す文ハンドラで次の行セットに移動する 6931
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す ... ; foreach ( $rowset as $row ) { foreach ( $row as $col ) { print $col . "\t" ; } print "\n" ; } print "\n ... e green apple red banana yellow 参考 PDOStatement::columnCount() - 結果セット中のカラム数を返す PDOStatem ... プリペアドステートメントを実行する PDOStatement::getColumnMeta() - 結果セットのカラムに対するメタデータを返 ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]
CUBRID 関数 6808
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... id_close_request — Close the request handle cubrid_col_get — Get contents of collection type column using ... OID cubrid_col_size — Get the number of elements in collection ty ... pe column using OID cubrid_column_names — Get the column ... names in result cubrid_column_types — Get column types in result cubrid_commi ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
CUBRID 6608
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... id_close_request — Close the request handle cubrid_col_get — Get contents of collection type column using ... OID cubrid_col_size — Get the number of elements in collection ty ... pe column using OID cubrid_column_names — Get the column ... names in result cubrid_column_types — Get column types in result cubrid_commi ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
Close the request handle 6608
« cubrid_close_prepare cubrid_col_get » PHP Manual CUBRID 関数 Close the request handle cubrid_c ...
https://man.plustar.jp/php/function.cubrid-close-request.html - [similar]
CUBRID 関数 (PDO_CUBRID) 6608
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... ラムのメタ情報 CUBRID PDO における PDOStatement::getColumnMeta() は、次の値を含む連想配列を返します。 type ... " ); $cubrid_pdo -> exec ( "CREATE TABLE test_tbl (col_1 SET(VARCHAR))" ); $sql_stmt_insert = "INSERT INT ... " ); $cubrid_pdo -> exec ( "CREATE TABLE test_tbl (col_1 SET(int))" ); $sql_stmt_insert = "INSERT INTO te ... E テーブルの権限情報を取得します。 PDO::CUBRID_SCH_COL_PRIVILEGE カラムの権限情報を取得します。 PDO::CUBR ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
リソース型の一覧 6608
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... cubrid_connect() cubrid_connect_with_url() cubrid_col_get() cubrid_col_size() cubrid_commit() cubrid_dro ... ubrid_pconnect() cubrid_pconnect_with_url() cubrid_col_get() cubrid_col_size() cubrid_commit() cubrid_dro ... y() cubrid_unbuffered_query() cubrid_bind() cubrid_column_names() cubrid_column_types() cubrid_current_oi ... brid_move_cursor() cubrid_next_result() cubrid_num_cols() cubrid_num_rows() cubrid_set_query_timeout() cu ...
https://man.plustar.jp/php/resource.html - [similar]
Get the column names in result 6470
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cu ... brid_column_names (PECL CUBRID >= 8.3.0) cubrid_column_name ... s — Get the column names in result 説明 cubrid_column_names ( reso ... urce $req_identifier ): array The cubrid_column_names() function is used to get the column name ... fier. 戻り値 Array of string values containing the column names, when process is successful,失敗した場合に ...
https://man.plustar.jp/php/function.cubrid-column-names.html - [similar]
クエリからの複数の行を二次元配列に取得する 6470
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... t $limit = -1 , int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC ): int クエリからの複数の行を二次元 ... 列はクエリの行単位となります。 OCI_FETCHSTATEMENT_BY_COLUMN 配列の配列で、内側の配列はクエリの列単位となりま ... す echo "<table border='1'>\n" ; foreach ( $res as $col ) { echo "<tr>\n" ; foreach ( $col as $item ) { ec ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
PREV 1 2 3 4 5 NEXT