Functions are not automatic. You are specifying a set of instructions which will be processed every time you call the function name.
So through your game if you wish to use that function then where you have
$ir['username']
change it to
username($ir['user_level'],$ir['username'])