Function __global->cms_disable_time_limit

Definitions

sources/global3.php

  • Disable the PHP time limit.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The old time limit
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Disable the PHP time limit.
 *
 * @return integer The old time limit
 */

function cms_disable_time_limit() : int