fbsql_clob_size

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0)

fbsql_clob_sizeObtiene el tamaño de un CLOB

Descripción

fbsql_clob_size(string $clob_handle, resource $link_identifier = ?): int

Devuelve el tamaño del CLOB recibido.

Parámetros

clob_handle

Un handle CLOB, devuelto por fbsql_create_clob().

link_identifier

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.

Valores devueltos

Devuelve el tamaño del CLOB como un integer, o false en caso de error.

Ver también

add a note add a note

User Contributed Notes

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