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

search for in the

oci_field_is_null> <oci_fetch_row
Last updated: Fri, 25 Jul 2008

view this page in

oci_fetch

(PHP 5, PECL oci8:1.1-1.2.4)

oci_fetchВыбирает следующую строку из результата в буфер

Описание

bool oci_fetch ( resource $stmt )

oci_fetch() выбирает следующую строку из результата запроса во внутренний буфер.

Замечание: В версиях PHP ниже 5.0.0 эта функция называлась ocifetch(). В PHP 5.0.0 и выше ocifetch() является алиасом oci_fetch(), поэтому вы можете продолжать использовать это имя, однако это не рекомендуется.

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.



add a note add a note User Contributed Notes
oci_fetch
mlong-php at mlong dot us
08-May-2006 03:42
Use this with OCIResult().  Though you may find OCIFetchInto to be faster than the combination of OCIFetch and OCIResult

oci_field_is_null> <oci_fetch_row
Last updated: Fri, 25 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites