GoLang ifx_textasvarchar

request it (265)
GoLang replacement for PHP's ifx_textasvarchar [edit | history]



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

PHP ifx_textasvarchar

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

ifx_textasvarchar

(PHP 4, PHP 5 < 5.2.1)

ifx_textasvarcharSet the default text mode

Description

bool ifx_textasvarchar ( int $mode )

Sets the default text mode for all select-queries.

Parameters

mode

Mode "0" will return a blob id, and mode "1" will return a varchar with text content.

Return Values

Returns TRUE on success or FALSE on failure.

See Also