how to to cut the decimal 0 in php code example Example: remove decimal php $var = 252.587254564; $var = (int)$var; // 252