(PHP 4 >= 4.2.0, PHP 5)
fbsql_clob_size — Get the size of a CLOB
Returns the size of the given CLOB.
A CLOB handle, returned by fbsql_create_clob().
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 CLOB size as an integer, or FALSE on error.