pow(PHP 4, PHP 5) pow — Exponential expression ОписаниеReturns base raised to the power of exp . Внимание
In PHP 4.0.6 and earlier pow() always returned a float, and did not issue warnings. Список параметров
Возвращаемые значенияbase raised to the power of exp . If the result can be represented as integer it will be returned as type integer, else it will be returned as type float. If the power cannot be computed FALSE will be returned instead. Список изменений
Примеры
Пример #1 Some examples of pow()
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |