tailieunhanh - PHP Developer's Dictionary- P84

PHP Developer's Dictionary- P84:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary The ifx_free_slob function which is available in PHP through PHP along with PHP and higher deletes the SLOB object referenced by the bid parameter. The return value is TRUE on success and FALSE otherwise. ifxus_close_slob Syntax int ifxus_close_slob int bid Description The ifxus_ciose_siob function which is available in PHP through PHP along with PHP and higher deletes the SLOB object referenced by the bid parameter and returns TRUE on success and FALSE otherwise. ifxus_open_slob Syntax int ifxus_open_slob long bid int mode Description The ifxus_open_siob function which is available in PHP through PHP along with PHP and higher opens an existing SLOB object referenced by the bid parameter. The mode parameter accepts the following values 1 lo_rdonly 2 LO_WRONLY 4 LO_APPEND 8 LO_RDWR 16 LO_BUFFER 32 LO_NOBUFFER - or-mask. The return is value is the SLOB object ID or FALSE on error. ifxus_tell_slob Syntax int ifxus_tell_slob long bid Description The ifxus_tell_slob function which is available in PHP through PHP along with PHP and higher returns the current file or seek position of the open IT-SC book 415 PHP Developer s Dictionary SLOB object referenced by the bid parameter. The return value will be FALSE if an error occurs. ifxus_seek_slob Syntax int ifxus_seek_blob long bid int mode long offset Description The ifxus_seek_slob function which is available in PHP through PHP along with PHP and higher sets the current file or seek position of the open SLOB object referenced by the bid parameter. The possible mode values are 0 for lo_seek_set 1 for lo_seek_cur and 2 for lo_seek_end. The offset parameter is represented in bytes. The return value will be FALSE if an error occurs otherwise the return value will be the new seek position. ifxus_read_slob Syntax int ifxus_read_slob long bid long nbytes Description The ifxus_read_slob function which is available in PHP