请输入您要查询的百科知识:

 

词条 floatval
释义

floatval

(PHP 4 >= 4.2.0)

floatval -- 获取变量的浮点值

描述

float floatval ( mixed var)

返回变量 varfloat 数值。

var 可以是任何标量类型。你不能将 floatval() 用于数组或对象。

实例

<?php

$var = '122.34343The';

$float_value_of_var = floatval ($var);

print $float_value_of_var; // 打印出 122.34343

?>

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/1/31 12:26:09