(PHP 4, PHP 5 <= 5.0.5)
ora_parse — Parse an SQL statement with Oracle
Parses an SQL statement or a PL/SQL block and associates it with the given cursor .
An Oracle cursor, opened with ora_open().
The SQL statement, or PL/SQL block.
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.