Joined August 2013
·

Marco Bunge

hmmh multimediahaus ag
·
Germany
·
·
·

A prefer to assign values within a string with sprintf, which allow me to replace the pattern easly :)

<?php $var = 'hello, ' . $world . '!';?>

vs.

<?php $var = sprintf('hello, %s!', $world);?>
Achievements
101 Karma
13,969 Total ProTip Views
Interests & Skills