如何使用php的intval函数将变量转换为整型?
PHP中echo intval((0.1 * 0.7) * 10)为何等于7而非8?
PHP中intval函数如何正确转换非数字字符串为整数?