Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $width = (float)1.0050;
  2. echo 'Width: '.$width.'m';
  3. $width = (int)($width*1000);
  4. echo 'Width:'. $width . 'mm';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement