PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

oci_password_change> <oci_num_rows
Last updated: Fri, 03 Oct 2008

view this page in

oci_parse

(PHP 5, PECL oci8:1.1-1.2.4)

oci_parse実行のために Oracle の文をパースする

説明

resource oci_parse ( resource $connection , string $query )

connection を使って query をパースし、ステートメント ID を返します。この ID は、oci_bind_by_name(), oci_execute() や他の関数で使用されます。

パラメータ

connection

oci_connect() あるいは oci_pconnect() が返す Oracle 接続 ID。

query

SQL クエリ。

返り値

成功した場合にステートメントハンドル、あるいはエラー時に or FALSE を返します。

注意

注意: この関数は query を検証 しませんquery が有効な SQL あるいは PL/SQL 文かどうかを検証する唯一の方法 - それは実行することです。

注意: PHP バージョン 5.0.0 以前では、代わりに ociparse() を使用しなければなりません。 まだこの名前を使用することができ、下位互換性のため oci_parse() への別名として残されていますが、 推奨されません。



add a note add a note User Contributed Notes
oci_parse
There are no user contributed notes for this page.

oci_password_change> <oci_num_rows
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites