Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Created April 17, 2017 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/99141928dd64d85a8fe817f35655c353 to your computer and use it in GitHub Desktop.
Save chihirokaasan/99141928dd64d85a8fe817f35655c353 to your computer and use it in GitHub Desktop.
sprintf 半角スペース埋め
//結果 ’ 12’
echo sprintf("%3d", 12);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment