fbsql_blob_size

(PHP 4 >= 4.2.0, PHP 5, PHP 7)

fbsql_blob_sizeGet the size of a BLOB

˵��

fbsql_blob_size ( string $blob_handle [, resource $link_identifier ] ) : int

Returns the size of the given BLOB.

����

blob_handle

A BLOB handle, returned by fbsql_create_blob().

link_identifier

�� fbsql_connect() �� fbsql_pconnect() ���ص� FrontBase ���ӱ�ʶ��.

���ѡ��δָ���������᳢�Բ���һ���� FrontBase �������Ŀ������ӣ�����û���ҵ����������ӣ��᳢��ͨ�������������� fbsql_connect() ������һ����

����ֵ

Returns the BLOB size as an integer, or FALSE on error.

�μ�