update : 2015.11.03
php.shukuma.com검색:
|
Yar_Server_Exception::getType(PECL yar >= 1.0.0) Yar_Server_Exception::getType — The getType purpose 설명
public string Yar_Server_Exception::getType
( void
)
Get the exception original type threw by server 인수이 함수는 인수가 없습니다. 반환값string 예제Example #1 Yar_Server_Exception::getType() example
//Server.php 위 예제의 출력 예시: string(16) "Custom_Exception" string(6) "client" 참고 |