GoLang ifx_blobinfile_mode

request it (281)
GoLang replacement for PHP's ifx_blobinfile_mode [edit | history]



Do you know a GoLang replacement for PHP's ifx_blobinfile_mode? Write it!

PHP ifx_blobinfile_mode

PHP original manual for ifx_blobinfile_mode [ show | php.net ]

ifx_blobinfile_mode

(PHP 4, PHP 5 < 5.2.1)

ifx_blobinfile_modeSet the default blob mode for all select queries

Description

bool ifx_blobinfile_mode ( int $mode )

Set the default blob mode for all select queries.

Parameters

mode

Mode "0" means save Byte-Blobs in memory, and mode "1" means save Byte-Blobs in a file.

Return Values

Returns TRUE on success or FALSE on failure.