1.2.1143. Special Integers¶
Short and incomplete list of integers that may hold special values. The list includes powers of 2, duration in various units, factorial, ASCII codes and years.
<?php
// 86400 is the number of seconds in a day
$day = 86400;
// 1400 is the number of minutes in a day
$day = 1440;
?>
1.2.1143.1. Connex PHP features¶
1.2.1143.1.1. Specs¶
Short name |
Type/SpecialIntegers |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |