Mega Code Archive

 
Categories / Php / Functions
 

Printf puts the numbers into the string

<?php printf("The computer stores the numbers 42, and 256 internally as %b and %b.",42,256); ?>