llms_set_time_limit( int $limit )

Wrapper for set_time_limit to ensure it’s enabled before calling


Parameters Parameters

$limit

(int) (Optional) Script time limit. Default is 0 = no time limit.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/llms.functions.core.php

/**
 * Convert a PHP error constant to a human readable error code
 *
 * @since 4.9.0
 *
 * @link https://www.php.net/manual/en/errorfunc.constants.php
 *
 * @param int $code A predefined php error constant.

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.