(PHP 4 >= 4.2.0, PHP 5)
fbsql_blob_size — Get the size of a BLOB
Returns the size of the given BLOB.
A BLOB handle, returned by fbsql_create_blob().
Un identificador de enlace FrontBase devuelto por fbsql_connect() o fbsql_pconnect().
Es opcional y si no se especifica, la función intentará encontrar un enlace abierto al servidor FrontBase y de no encontrarse ningún enlace abierto intentará crear uno como si fbsql_connect() fuese invocada sin parámetros.
Returns the BLOB size as an integer, or FALSE on error.