echo sprintf('%02d', 1); // 01
echo sprintf('%03d', 1); // 001
echo sprintf('あなたのIDは%04dです', 1); // あなたのIDは0001です
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme