Data Type Php

print number_format (100000.56, 2 );
print number_format(100000.56, 4 );
?>