Function __global->is_infinite

Definitions

sources_custom/phpstub.php

  • Finds whether a value is infinite.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$val float No No required parameter N/A N/A The value to check

Returns

  • Answer
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Finds whether a value is infinite.
 *
 * @param  float $val The value to check
 * @return boolean Answer
 */

function is_infinite(float $val) : bool