|
update : 2015.11.03
php.shukuma.com검색:
|
Threaded::getTerminationInfo(PECL pthreads >= 2.0.0) Threaded::getTerminationInfo — Error Detection 설명
public array Threaded::getTerminationInfo
( void
)
Retrieves terminal error information from the referenced object 인수이 함수는 인수가 없습니다. 반환값array containing the termination conditions of the referenced object 예제
Example #1 Detecting fatal errors in Threads
<?php위 예제의 출력:
bool(true)
array(4) {
["scope"]=>
string(2) "My"
["function"]=>
string(3) "run"
["file"]=>
string(29) "/usr/src/pthreads/sandbox.php"
["line"]=>
int(4)
}
|