function hasil($function) {
$data = 'Halo Indonesia';
return function_exists($function) ? $function($data) : $function;
}