📌  相关文章
📜  在php代码示例中将字符串转换为整数

📅  最后修改于: 2022-03-11 14:54:17.237000             🧑  作者: Mango

代码示例2
Using intval() and floatval() Function. The intval() and floatval() functions can also be used to convert the string into its corresponding integer and float values respectively. echo floatval ( $num );