hoge.php
<?php
echo call_user_func_array('sprintf', array_merge(array("%d %d %d\n"), array(1, 2, 3))); // => 1 2 3
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
<?php
echo call_user_func_array('sprintf', array_merge(array("%d %d %d\n"), array(1, 2, 3))); // => 1 2 3
Register as a new user and use Qiita more conveniently
Go to list of users who liked