PHP 7.0.6 Released

OCI-Lob::size

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

OCI-Lob::sizeReturns size of large object

Description

int OCI-Lob::size ( void )

Gets the size of the large object.

Return Values

Returns length of large object value or FALSE on failure. Empty objects have zero length.

User Contributed Notes

There are no user contributed notes for this page.
To Top