I feel like I've seen something in php that would do something like:
function(char/string , number)
and if you passed function('*',5);
the result would be: *****
throwing a brain fart here
[man]str_repeat[/man]
duh!