php strip period

40

$string = str_replace(array('.'), '' , $string);

Comments

Submit
0 Comments