(PHP 4, PHP 5, PHP 7)
abs — 锟斤拷锟斤拷值
number
要锟斤拷锟斤拷锟斤拷锟斤拷锟街�
number
锟侥撅拷锟斤拷值锟斤拷 锟斤拷锟斤拷锟斤拷锟� number
锟斤拷 float锟斤拷锟津返回碉拷锟斤拷锟斤拷也锟斤拷 float锟斤拷锟斤拷锟津返伙拷
integer锟斤拷锟斤拷为 float 通锟斤拷锟斤拷 integer 锟叫革拷锟斤拷锟饺≈碉拷锟轿э拷锟斤拷锟�
Example #1 abs() 锟斤拷锟斤拷
<?php
$abs = abs(-4.2); // $abs = 4.2; (double/float)
$abs2 = abs(5); // $abs2 = 5; (integer)
$abs3 = abs(-5); // $abs3 = 5; (integer)
?>