In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces PHP how to achieve division to take integers, the article introduces in great detail, has a certain reference value, interested friends must read!
Solution goal: divide a number to take an integer
1.round-float round is rounded to floating point numbers (float $val [, int $precision])
Returns the result that val is rounded based on the specified precision precision (the number of digits after the decimal point). Precision can also be negative or zero (default).
/ / Example # 1 round () example
[php] view plaincopyprint?
Note: PHP does not handle strings like "12300.2" correctly by default. See string conversion to numeric value.
2.ceil-rounding up (rounding up) float ceil (float $value)
Returns the next integer not less than value, and value takes one place if it has a decimal part. The type returned by ceil () is still float, because the range of float values is usually larger than integer.
/ / Example # 1 ceil () example
[php] view plaincopyprint?
3.floor-rounding (rounding down) float floor (float $value)
Returns the next integer not greater than value, rounding off the fractional portion of value. The type returned by floor () is still float, because the range of float values is usually larger than integer.
/ / Example # 1 floor () example
[php] view plaincopyprint?
These are all the contents of the article "how to divide and take integers in PHP". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.