PHP_INT_MIN
The WordPress Core PHP INT MIN constant.
Value (unknown)
~PHP_INT_MAX
Usage
if ( defined( 'PHP_INT_MIN' ) ) { // grab the value $value = constant( 'PHP_INT_MIN' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-includes/ID3/getid3.lib.php
- define('PHP_INT_MIN', ~PHP_INT_MAX);