... depth of recess ==> 凹下深度 depth of recursion ==> 递归深度 depth of respiration ==> 呼吸深度 ...
基于8个网页-相关网页
可以通过修改清单4中定义的常量来改变最大递归深度。
You can adjust the recursion depth limit by changing a constant defined in Listing 4.
您可以设定xdebug . max_nesting_level参数来限定递归深度。
Parameter to limit the depth of recursion. For example, xdebug.max_nesting_level.
例如,xdebug.max_nesting_level = 50 将把递归深度限定为 50 次嵌套调用,然后将强制终止应用程序。
50 limits recursion to a depth of 50 nested calls before the application is forced to terminate.
应用推荐