ocicolumnsize() returns the size of the column
as given by Oracle. You can either use
the column-number (1-Based) or the column-name for the
column parameter.
Note:
This function was renamed to oci_field_size()
after PHP >= 5.0.0. For downward compatibility
ocicolumnsize() can also be used.
This is deprecated, however.