downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

fbsql_close> <fbsql_change_user
[edit] Last updated: Wed, 19 Jun 2013

view this page in

fbsql_clob_size

(PHP 4 >= 4.2.0, PHP 5)

fbsql_clob_sizeObtiene el tamaño de un CLOB

Descripción

int fbsql_clob_size ( string $clob_handle [, resource $link_identifier ] )

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 fbsql_clob_size - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites