On Thu, Mar 3, 2011 at 8:57 AM, Josh Stauffer <joshstauffer at gmail.com> wrote: > Why printf vs sprintf ? printf outputs but sprintf returns the string. It just saves the extra characters: echo sprintf vs. printf