Поиск по:old.master.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2061 - 2080 из 3519.
Упорядочить по:
URL
|
дате изменения
2061. hexdec
PHP Manual . ... Next . PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) hexdec -- Hexadecimal to decimal . int hexdec ( string hex_string) . Returns the decimal equivalent of the hexadecimal number represented by the hex_string argument. hexdec() converts a hexadecimal string to a decimal number. ... Example 1. hexdec() example . var_dump(hexdec("See")); var_dump(hexdec("ee")); // both prints "int(238)" var_dump(hexdec("that")); var_dump(hexdec("a0")); // both prints int(160) . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.hexdec.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2062. expm1
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) expm1 -- Returns exp(number) - 1, computed in a way that accurate even when the value of number is close to zero . float expm1 ( float number) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. ... This function is currently not documented, only the argument list is available. ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.expm1.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2063. floor
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) floor -- Round fractions down . float floor ( float value) . Returns the next lowest integer value by rounding down value if necessary. The return value of floor() is still of type float because the value range of float is usually bigger than that of int . Example 1. floor() examples . $four = floor(4.3); // $four = 4.0; $nine = floor(9.999); // $nine = 9.0; . See also ceil() and round() . Prev . Home . Next . expm1 . Up . getrandmax
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.floor.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2064. deg2rad
. PHP Manual . Prev . Next . (3.0.4 - 3.0.18 only, PHP 4 >= 4.0.0) deg2rad -- Converts the number in degrees to the radian equivalent . float deg2rad ( float number) . This function converts number from degrees to the radian equivalent. See also rad2deg() . Prev . Home . Next . decoct . Up . exp
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.deg2rad.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2065. exp
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) exp -- e to the power of ... float exp ( float arg) . Returns e raised to the power of arg . See also pow() . Prev . Home . Next . deg2rad . Up . expm1
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.exp.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2066. dechex
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) dechex -- Decimal to hexadecimal . string dechex ( int number) . Returns a string containing a hexadecimal representation of the given number argument. The largest number that can be converted is 2147483647 in decimal resulting to "7fffffff". See also hexdec() . Prev . Home . Next . decbin . Up . decoct
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.dechex.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2067. decoct
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) decoct -- Decimal to octal . string decoct ( int number) . Returns a string containing an octal representation of the given number argument. The largest number that can be converted is 2147483647 in decimal resulting to "17777777777". See also octdec() . Prev . Home . Next . dechex . Up . deg2rad
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.decoct.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2068. cosh
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) cosh -- Hyperbolic cosine . float cosh ( float arg) . Returns the hyperbolic cosine of arg , defined as (exp(arg) + exp(-arg))/2 . See also cos() , acosh() , sin() and tan() . Prev . Home . Next . cos . Up . decbin
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cosh.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2069. decbin
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) decbin -- Decimal to binary . string decbin ( int number) . Returns a string containing a binary representation of the given number argument. The largest number that can be converted is 4294967295 in decimal resulting to a string of 32 1's. See also the bindec() function. Prev . Home . Next . cosh . Up . dechex
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.decbin.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2070. ceil
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) ceil -- Round fractions up . float ceil ( float value) . Returns the next highest integer value by rounding up value if necessary. The return value of ceil() is still of type float as the value range of float is usually bigger than that of int . Example 1. ceil() examples . $five = ceil(4.3); // $five = 5.0; $ten = ceil(9.999); // $ten = 10.0; . See also floor() and round() . Prev . Home . Next . bindec . Up . cos
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.ceil.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2071. cos
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) cos -- Cosine . float cos ( float arg) . Returns the cosine of arg in radians. See also sin() and tan() . Prev . Home . Next . ceil . Up . cosh
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.cos.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
2072. base_convert
PHP Manual . ... Next . 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) base_convert -- Convert a number between arbitrary bases . string base_convert ( string number, int frombase, int tobase) . Returns a string containing number represented in base tobase . The base in which number is given is specified in frombase . ... Digits in numbers with a base higher than 10 will be represented with the letters a-z, with a meaning 10, b meaning 11 and z meaning 35. Example 1. base_convert() . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.base-convert.html -- 4.1 Кб -- 03.02.2002
Похожие документы
Похожие документы
2073. bindec
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) bindec -- Binary to decimal . int bindec ( string binary_string) . Returns the decimal equivalent of the binary number represented by the binary_string argument. bindec() converts a binary number to an integer . The largest number that can be converted is 31 bits of 1's or 2147483647 in decimal. See also the decbin() function. Prev . Home . Next . base_convert . Up . ceil
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.bindec.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2074. atan2
PHP Manual . Prev . Next . 3.0.5 - 3.0.18 only, PHP 4 >= 4.0.0) atan2 -- arc tangent of two variables . float atan2 ( float y, float x) . This function calculates the arc tangent of the two variables x and y . It is similar to calculating the arc tangent of y / x , except that the signs of both arguments are used to determine the quadrant of the result. The function returns the result in radians, which is between -PI and PI (inclusive). ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.atan2.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2075. atanh
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) atanh -- Inverse hyperbolic tangent . float atanh ( float arg) . Returns the inverse hyperbolic tangent of arg , i.e. the value whose hyperbolic tangent is arg . Note: This function is not implemented on Windows platforms. See also atan() , asin() and acos() . Prev . Home . Next . atan . Up . atan2
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.atanh.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2076. asinh
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) asinh -- Inverse hyperbolic sine . float asinh ( float arg) . Returns the inverse hyperbolic sine of arg , i.e. the value whose hyperbolic sine is arg . Note: This function is not implemented on Windows platforms. See also asin() , acos() and atan() . Prev . Home . Next . asin . Up . atan
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.asinh.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2077. atan
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) atan -- Arc tangent . float atan ( float arg) . Returns the arc tangent of arg in radians. See also atanh() , asin() and acos() . Prev . Home . Next . asinh . Up . atanh
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.atan.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2078. acosh
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) acosh -- Inverse hyperbolic cosine . float acosh ( float arg) . Returns the inverse hyperbolic cosine of arg , i.e. the value whose hyperbolic cosine is arg . Note: This function is not implemented on Windows platforms. See also acos() , asin() and atan() . Prev . Home . Next . acos . Up . asin
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.acosh.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2079. asin
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) asin -- Arc sine . float asin ( float arg) . Returns the arc sine of arg in radians. See also asinh() , acos() and atan() . Prev . Home . Next . acosh . Up . asinh
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.asin.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2080. abs
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) abs -- Absolute value . mixed abs ( mixed number) . Returns the absolute value of number. If the argument number is of type float , the return type is also float , otherwise it is integer (as float usually has a bigger value range than integer ). Example 1. abs() example . abs = abs(-4.2); // $abs = 4.2; (double/float) $abs2 = abs(5); // $abs2 = 5; (integer) $abs3 = abs(-5); // $abs3 = 5; (integer) . ...
[
Сохраненная копия
]
Ссылки http://old.master.cmc.msu.ru/php/function.abs.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы