検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 759 for [SIMILAR] 16 1024 4096 WITH 30971 odbc WITH 7911... (0.556 sec.)
フィールドの精度を問い合わせる 0
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field_precision (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_precision — フィールドの精度を問い合わせる 説明 oci_field_precision ( resource $statement , string | int $column ): int | false c ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
直近の行のオブジェクト ID を返す 0
« pg_last_notice pg_lo_close » PHP Manual PostgreSQL 関数 直近の行のオブジェクト ID を返す pg_last_oid (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_last_oid — 直近の行のオブジェクト ID を返す 説明 pg_last_oid ( PgSql\Result $result ): string | int | false pg_last_oid() は、挿入された行に割り ...
https://man.plustar.jp/php/function.pg-last-oid.html - [similar]
クエリ用の文字列をクオートする 0
« PDO::query PDO::rollBack » PHP Manual PDO クエリ用の文字列をクオートする PDO::quote (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.1) PDO::quote — クエリ用の文字列をクオートする 説明 public PDO::quote ( string $string , int $type = PDO::PARAM_STR ): string | false PDO::quote() は入力文 ...
https://man.plustar.jp/php/pdo.quote.html - [similar]
メタデータ 0
« トランザクションのサポート インストール/設定 » PHP Manual クイックスタートガイド メタデータ メタデータ MySQL の結果セットは、メタデータを含んでいます。 メタデータは、結果セットで見つかったカラムの情報を説明するものです。 MySQL が送信した全てのメタデータは、 mysqli のインターフェイスを通 ...
https://man.plustar.jp/php/mysqli.quickstart.metadata.html - [similar]
単一のフィールドのメタデータを取得する 0
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィールドのメタデータを取得する mysqli_result::fetch_field_direct mysqli_fetch_field_direct (PHP 5, PHP 7, PHP 8) mysqli_result::fetch_field_direct -- mysqli_fetch_field_direct — 単一のフィールドの ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]
OCI8 関数 0
« ドライバでサポートされるデータ型 oci_bind_array_by_name » PHP Manual OCI8 OCI8 関数 OCI8 関数 目次 oci_bind_array_by_name — PHP の配列を Oracle PL/SQL の配列に名前でバインドする oci_bind_by_name — Oracle プレースホルダに PHP 変数をバインドする oci_cancel — カーソルからの読み込みをキャン ...
https://man.plustar.jp/php/ref.oci8.html - [similar]
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
新しいラージオブジェクトを作成する 0
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成する PDO::pgsqlLOBCreate (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1.0.2) PDO::pgsqlLOBCreate — 新しいラージオブジェクトを作成する 説明 public PDO::pgsqlLOBCreate (): string PDO::pgsql ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
行を配列として返す 0
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_array (No version information available, might only be in Git) sqlsrv_fetch_array — 行を配列として返す 説明 sqlsrv_fetch_array ( resource $stmt , int $fetchType = ? , int $row = ? , int $offset ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
最初の MySQL API 0
« Warning::__construct はじめに » PHP Manual MySQL 最初の MySQL API 最初の MySQL API はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 変更履歴 定義済み定数 例 MySQL 拡張モジュールの概要を示す例 MySQL 関数 mysql_affected_rows — 一番最近の操作で変更された行の数を得る ...
https://man.plustar.jp/php/book.mysql.html - [similar]