Functions Php

printf("$%01.2f", 43.2); 
printf("%d beer %s", 100, "bottles"); 
printf("%15s", "Some text");  
?>