Skip to content

Wiki MIN

Danijel Galić edited this page Jan 23, 2024 · 1 revision
constant int MIN = \PHP_INT_MIN

### The smallest integer supported in this build of PHP

Usually int(-2147483648) in 32bit systems and int(-9223372036854775808) in 64bit systems.

This constant was created by Danijel Galić <danijel.galic@outlook.com>
Copyright: 2024 FireHub Web Application Framework
License: <https://opensource.org/licenses/OSL-3.0> OSL Open Source License version 3
Version: GIT: $Id$ Blob checksum.

Fully Qualified Constant Name:  \FireHub\Core\Support\Constants\Number\MIN
Source code:  view source code
Blame:  view blame
History:  view history

Clone this wiki locally