GoLang ifx_update_blob

request it (275)
GoLang replacement for PHP's ifx_update_blob [edit | history]



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

PHP ifx_update_blob

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

ifx_update_blob

(PHP 4, PHP 5 < 5.2.1)

ifx_update_blobUpdates the content of the blob object

Description

bool ifx_update_blob ( int $bid , string $content )

Updates the content of the blob object for the given blob object bid.

Parameters

bid

A BLOB object identifier.

content

The new data, as a string.

Return Values

Returns TRUE on success or FALSE on failure.

See Also