function aa($str) {
  echo $str;
}

$function = "aa";

$function('Hello');

// OR

call_user_func($function,