oci_result

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)

oci_result������ȡ�������ֶε�ֵ

˵��

oci_result ( resource $statement , mixed $field ) : mixed

oci_result() ������ oci_fetch() ��ȡ�õĵ�ǰ���� field �ֶε����ݡ�oci_result() ���������Ͷ������ַ���ֻ���˳������ͣ�ROWID��LOB �� FILE����oci_result() �ڳ���ʱ���� FALSE��

����ʹ������ţ��� 1 ��ʼ������������д����Ϊ col �IJ�����

Note:

�� PHP 5.0.0 ֮ǰ�İ汾����ʹ�� ociresult() ������������ú�������Ȼ���ã�Ϊ���¼�����Ϊ oci_result() �ı������������ѱ����������Ƽ�ʹ�á�

Ҫ��ȡ OCI8 ��չ������������ӳ���ϸ�ڣ���μ�������֧�ֵ�����������

�μ� oci_fetch_array()��oci_fetch_assoc()��oci_fetch_object()��oci_fetch_row() �� oci_fetch_all()��

����

statement

field

Can be either use the column number (1-based) or the column name (in uppercase).

����ֵ

Returns everything as strings except for abstract types (ROWIDs, LOBs and FILEs). Returns FALSE on error.

ע��

Note:

In PHP versions before 5.0.0 you must use ociresult() instead. This name still can be used, it was left as alias of oci_result() for downwards compatability. This, however, is deprecated and not recommended.

�μ�