I’m searching for a way to use named arguments for sprintf or printf. Example: or via vsprintf and an associative array. I have found some coding examples here http://php.net/manual/de/function.sprintf.php and here http://php.net/manual/de/function.vsprintf.php where people wrote their own solutions. Bu…