PHP Developer's Dictionary- P83: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_num_rows function which is available in PHP through PHP along with PHP and higher returns the number of rows already fetched by the query referenced with resuit_id . ifx_free_result Syntax int ifx_free_result int result id Description The ifx_free_result function which is available in PHP through PHP along with PHP and higher attempts to release all resources associated with the result_id query and returns FALSE on error. ifx_create_char Syntax int ifx_create_char string param Description The ifx_create_char function which is available in PHP through PHP along with PHP and higher creates a character object comprised of the param parameter. ifx_free_char Syntax int ifx_free_char int bid Description The ifx_free_char function which is available in PHP through PHP along with PHP and higher deletes the character object referenced by the bid parameter. The function returns TRUE on success and FALSE otherwise. ifx_update_char IT-SC book 410 PHP Developer s Dictionary Syntax int ifx_update_char int bid string content Description The ifx_update_char function which is available in PHP through PHP along with PHP and higher updates the contents of the character object referenced by the bid parameter with the contents of the content parameter. It returns TRUE on success and FALSE otherwise. ifx_get_char Syntax int ifx_get_char int bid Description The ifx_get_char function which is available in PHP through PHP along with PHP and higher returns the contents of the character object indicated by the bid parameter. ifx_create_blob Syntax int ifx_create_blob int type int mode string param Description The ifx_get_char function which is available in PHP through PHP along with PHP and higher creates a BLOB object and returns FALSE if an error occurred and the new BLOB object ID otherwise. The type parameter accepts the value 0 for .