Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. echo vsprintf("%s sent you %d coins at %s", array("John", 128));
  3. ?>
  4.  
  5. John sent you 128 coins at %s
  6.  
  7. <?php
  8. echo vsprintf("%s sent you %d coins at %s", array("John", 128, '%s'));
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement