From professional translators, enterprises, web pages and freely available translation repositories.
function friseur ($type) {print "sie möchten einen $type-kopf, kein problem br ";} call_user_func ('friseur', "bubi"); call_user_func ('friseur', "pilz");
see also: call_user_func_array(), call_user_method(), call_user_method_array().