Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.ociparse.html
Дата изменения: Sun Feb 3 22:50:04 2002
Дата индексирования: Mon Oct 1 21:29:45 2012
Кодировка:
OCIParse

OCIParse

(3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0)

OCIParse -- Parse a query and return a statement

Description

int OCIParse ( int conn, string query)

OCIParse() parses the query using conn. It returns the statement identity if the query is valid, FALSE if not. The query can be any valid SQL statement or PL/SQL block.