Skip to content

Instantly share code, notes, and snippets.

@kobus1998
Created November 24, 2021 13:03
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 kobus1998/1da96bc5a30a883a7216a24b1dc7ffd8 to your computer and use it in GitHub Desktop.
Save kobus1998/1da96bc5a30a883a7216a24b1dc7ffd8 to your computer and use it in GitHub Desktop.
wtf
<?php
echo sprintf("%2\$s's balance: %3\$s %1$'910s\n", '1', 'john doe', html_entity_decode('&euro;'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment