[theme-reviewers] usage of single quotes and double quotes in PHP

Austin Matzko austin at pressedcode.com
Thu Mar 3 15:00:41 UTC 2011


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


More information about the theme-reviewers mailing list