検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 230 for ステート (0.019 sec.)
ODBC (Unified) 4303
« dba_sync はじめに » PHP Manual 抽象化レイヤー ODBC (Unified) ODBC (Unified) はじめに インストー ... xec — SQL文を直接実行する odbc_execute — プリペアドステートメントを実行する odbc_fetch_array — 連想配列として結 ...
https://man.plustar.jp/php/book.uodbc.html - [similar]
Oracleとの接続を閉じる 4303
« oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5, ... , $res ); var_dump ( $res ); // 接続を閉じるときにステートメント識別子を解放します oci_free_statement ( $stid ... に依存する変数、たとえば oci_parse() により返される ステートメント識別子のような変数は、基礎となるデータベース接 ...
https://man.plustar.jp/php/function.oci-close.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 4303
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... e() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるいは REF CURSOR ステートメント ID。 ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
最後に見つかったエラーを返す 4303
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... ci_error ( $stid ); // oci_execute のエラーの場合、ステートメントハンドルを渡します print htmlentities ( $e [ ' ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
直近のエラーコードを得る 4303
« odbc_do odbc_errormsg » PHP Manual ODBC 関数 直近のエラーコードを得る odbc_error (PHP 4 >= 4.0 ... or ( ? resource $odbc = null ): string 6 桁の ODBC ステートを返します。エラーがない場合には、空の文字列を返しま ...
https://man.plustar.jp/php/function.odbc-error.html - [similar]
ハッシュ値を計算する 4303
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... dium_crypto_generichash_init() から返されたハッシュステート。 length 出力の長さ 戻り値 ハッシュ値を返します。 例 ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
リファレンスが行うことは何ですか? 4303
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行う ... 変数のリファレンスのみを変更します。 注意 : foreach ステートメントの内部でリファレンス変数に値を代入すると、リフ ... ァレンスも変更されます。 例3 リファレンスと foreach ステートメント <?php $ref = 0 ; $row =& $ref ; foreach (arra ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]
新しい mysqli_stmt オブジェクトを構築する 4303
« mysqli_stmt::close mysqli_stmt::data_seek » PHP Manual mysqli_stmt 新しい mysqli_stmt オブジェ ... 実行するための SQL文 を準備する mysqli_stmt_init() - ステートメントを初期化し、mysqli_stmt_prepare で使用するオブ ...
https://man.plustar.jp/php/mysqli-stmt.construct.html - [similar]
データベース上でクエリを実行する 4303
« mysqli::prepare mysqli::real_connect » PHP Manual mysqli データベース上でクエリを実行する mysq ... す。 注意 : サーバーの max_allowed_packet よりも長いステートメントを mysqli_query() に渡した場合、 返ってくるエラ ... ェクション クエリに入力値を含める場合は、 プリペアドステートメント を使うべきです。使わない場合、データを適切にフ ...
https://man.plustar.jp/php/mysqli.query.html - [similar]
PostgreSQL 関数 (PDO_PGSQL) 4303
« PDO_ODBC DSN PDO_PGSQL DSN » PHP Manual PDO ドライバ PostgreSQL 関数 (PDO_PGSQL) PostgreSQL 関 ... ーバに送信します。 これによって、名前付きのプリペアドステートメントを別々に作ることを避けられます。 SQL文が一度し ...
https://man.plustar.jp/php/ref.pdo-pgsql.html - [similar]