|
fbsql_set_lob_mode(PHP 4 >= 4.2.0, PHP 5) fbsql_set_lob_mode — Set the LOB retrieve mode for a FrontBase result set Описание
bool fbsql_set_lob_mode
( resource $result
, int $lob_mode
)
Sets the mode for retrieving LOB data from the database. When BLOB and CLOB data is retrieved in FrontBase it can be retrieved direct or indirect. Direct retrieved LOB data will always be fetched no matter the setting of the lob mode. If the LOB data is less than 512 bytes it will always be retrieved directly. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Смотрите также
|
|