int ifx_create_blob ( int type, int mode, string param )
Creates an blob object.
type: 1 = TEXT, 0 = BYTE
mode: 0 = blob-object holds the content in memory,
1 = blob-object holds the content in file.
param: if mode = 0: pointer to the content,
if mode = 1: pointer to the filestring.
Return FALSE on error, otherwise the new blob object-id.
Php ifx create blob Function syntax tag
ifx create blob php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ifx create blob syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.