Home >Backend Development >PHP Tutorial >php除数取整示例_PHP

php除数取整示例_PHP

WBOY
WBOYOriginal
2016-06-01 11:55:00947browse

示例:
复制代码 代码如下:
$father = intval(floor($evalue/500))*500;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn