bool isFunction(str function)
Returns true if function exists, false otherwise.
Example
==>echo(isFunction("echo"));
1
==>echo(isFunction("lobster_thermidor_aux_crevett es_with_a_mornay_sauce_garnis hed_with_truffle_pate_brandy_ and_a_fried_egg_on_top_and_sp am"));
0