Use vsprintf instead of sprintf . It takes an array parameter from which it formats the string. $content = vsprintf("some text %s another ...
確定! 回上一頁