Functions Php

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