ceil()
float
ceil (数値または変数);
$a = ceil(10.03); $b = ceil(-10.03); print $a. "<br>\n"; print $b;
PageTop / Home / PHP入門 / リファレンス目次