You are here: Re: [PHP] Round to the nearest X « PHP « IT news, forums, messages
Re: [PHP] Round to the nearest X

Posted by Greg Donald on 04/28/05 23:36

On 4/28/05, Chris Boget <chris.boget@wild.net> wrote:
> I realize this is a dumb question but I just can't come
> up with an equation that will do this and I don't see an
> internal PHP function (for version 4.3) that will do this...
> Basically I need to come up with an equation/algorithm
> that will round any number up/down to the nearest X.

#!/usr/bin/php
<?php

$num = isset( $_SERVER[ 'argv' ][ 1 ] )
? $_SERVER[ 'argv' ][ 1 ]
: 0;

do {
$num++;
} while( $num % 500 );

echo $num;

?>

> ./round.php 499
500

> ./round.php 501
1000


--
Greg Donald
Zend Certified Engineer
http://destiney.com/

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация