oci_fetch

(no version information, might be only in CVS)

oci_fetch -- Fetches the next row into result-buffer

Description

bool oci_fetch ( resource statement)

oci_fetch() fetches the next row (for SELECT statements) into the internal result-buffer.

如果成功则返回 TRUE,失败则返回 FALSE