pcreGetRecursionLimit
pcreGetRecursionLimit()
=> x_value
Description
Returns the PCRE maximum recursion depth (stack depth) that is set by the pcreSetRecursionLimit() function. The default value is 10000000.
Arguments
Value Returned
Examples
pcreGetRecursionLimit()
=> 10000000
Related Topics
Return to top