PHP:floor()的用法 PHP
floor
(PHP 4, PHP 5)
floor — 舍去法取整
说明
float floor
( float $value
)
返回不大于
value 的最接近的整数,舍去小数部分取整。
参数
PHP:hypot()的用法 PHP
hypot (PHP 4 = 4.1.0, PHP 5)
hypot — 计算一直角三角形的斜边长度 说明 float hypot ( float $x , float $y ) hypot() 函数将...
PHP:is_finite()的用法 PHP
is_finite (PHP 4 = 4.2.0, PHP 5)
is_finite — 判断是否为有限值 说明 bool is_finite ( float $val ) 检查 val 是否是是本机平台上浮点数所允许范围中的...
PHP:is_nan()的用法 PHP
is_nan (PHP 4 = 4.2.0, PHP 5)
is_nan — 判断是否为合法数值 说明 bool is_nan ( float $val ) 如果 val 为“非数值”,例如 acos(1.01) 的结...
PHP:xml_get_current_byte_index()的用法 PHP
xml_get_current_byte_index
(PHP 4, PHP 5)
xml_get_current_byte_index — 获取 XML 解析器的当前字节索引
说明
int xml_get_current_byte_index
( resource $parser
PHP:utf8_encode()的用法 PHP
utf8_encode (PHP 4, PHP 5)
utf8_encode — 将 ISO-8859-1 编码的字符串转换为 UTF-8 编码 描述 string utf8_encode ( string $data ) .....
PHP:xml_get_current_column_number()的用法 PHP
xml_get_current_column_number
(PHP 4, PHP 5)
xml_get_current_column_number —
获取 XML 解析器的当前列号
说明
int xml_get_current_column_number
( resource
PHP:xml_error_string()的用法 PHP
xml_error_string (PHP 4, PHP 5)
xml_error_string — 获取 XML 解析器的错误字符串 说明 string xml_error_string ( int $code ) 根...
PHP:utf8_decode()的用法 PHP
utf8_decode
(PHP 4, PHP 5)
utf8_decode —
将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。
描述
string utf8_decode
( s
PHP:xml_get_current_line_number()的用法 PHP
xml_get_current_line_number
(PHP 4, PHP 5)
xml_get_current_line_number — 获取 XML 解析器的当前行号
说明
int xml_get_current_line_number
( resource $parser
)