Function Tempcode->is_smaller_than

Definitions

sources/tempcode.php

  • Find if this Tempcode object uses less memory (very roughly!) than the given number of bytes.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$bytes_available integer required parameter N/A N/A The number of bytes passed by reference

Return

  • Whether it is
  • Type: boolean
  • Set: N/A
  • Range: N/A