function_exists($name)
Check whether a function with the given name exists.
Examples:
function-exists(lighten) => true @function myfunc { @return "something"; } function-exists(myfunc) => true
Parameters:
Returns:
Please login to continue.
Please login to continue.