| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Yaf_Application::getLastErrorMsg(Yaf >=2.1.2) Yaf_Application::getLastErrorMsg — Get message of the last occurred error 설명
   public string Yaf_Application::getLastErrorMsg
    ( void
   ) 
  
 인수이 함수는 인수가 없습니다. 반환값
 예제Example #1 Yaf_Application::getLastErrorMsg()example 
<?php위 예제의 출력 예시: string(69) "Could not find controller script /tmp/notexists/controllers/Index.php"  |