update : 2015.11.03
php.shukuma.com검색:
|
fbsql_set_lob_mode(PHP 4 >= 4.2.0, PHP 5, PHP 7) 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. 인수
반환값
성공 시 참고
|