Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $array = explode(",",'10,14.5,3.6,10.4,2');
  2. $string = implode(",",array_map('floor',$array));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement