oci_num_fields Returns the number of result columns in a statement &reftitle.description; intoci_num_fields resourcestatement Gets the number of columns in the given statement. &reftitle.parameters; statement A valid OCI statement identifier. &reftitle.returnvalues; Returns the number of columns as an integer, or &false; on errors. &reftitle.examples; <function>oci_num_fields</function> example ]]> &reftitle.notes; In PHP versions before 5.0.0 you must use ocinumcols instead. This name still can be used, it was left as alias of oci_num_fields for downwards compatability. This, however, is deprecated and not recommended.