update : 2015.11.03
php.shukuma.com검색:
|
Ev::depth(PECL ev >= 0.2.0) Ev::depth — Returns recursion depth 설명
final
public
static
int
Ev::depth
( void
)
The number of times
Ev::run()
was entered minus the number of times
Ev::run()
was exited normally, in other words, the recursion depth. Outside
Ev::run()
, this number is
인수이 함수는 인수가 없습니다. 반환값ev_depth() returns recursion depth of the default loop. 참고
|