|
ora_columnsize
Returns the size of an Oracle result column
(PHP 4, PHP 5 <= 5.0.5)
NotesWhen using oci8 as a replacement for the deprecated oracle extension, consider using:
Code Examples / Notes » ora_columnsizejjuffermans
ora_columnsize (probably) returns the number of bytes per row/column. If you want the precision and scale for NUMBER columns, have a look at the oracle system database "user_tab_columns". It shows some other usefull information too.
|