I know about sprintf, but how can I use the same parameter anywhere? Example
sprintf("blabla %s 11111 %s", "test");
- let's say a few parameters, but I want to put the "test" in two places without a duplicate
php printf string-formatting
kusanagi
source share