function_exists php Warning: Use of undefined constant chkresult code example
Example: function exists
function_exists('function_name'); //Will return true if function exists
function_exists('function_name'); //Will return true if function exists