Start · Sprachen · PHP · Referenz · PHP_FLOAT_MAX

PHP_FLOAT_MAX

Konstante

Größtmöglicher Float (IEEE 754 Double) — ca. <code>1.79e+308</code>.

seit PHP 7.2.0 Kategorie: math

Signatur

const PHP_FLOAT_MAX

Beschreibung

Werte darüber werden zu INF.

Rückgabewert

Typ
float

Beispiele

Basis

<?php

echo PHP_FLOAT_MAX;