2012-07-11 6 views

답변

1
여기

있습니다 코드 :

<?php 
/// known status return codes 
enum SearchdStatus_e 
{ 
     SEARCHD_OK    = 0, ///< general success, command-specific reply follows 
     SEARCHD_ERROR = 1, ///< general failure, error message follows 
     SEARCHD_RETRY = 2, ///< temporary failure, error message follows, client should retry later 
     SEARCHD_WARNING = 3    ///< general success, warning message and command-specific reply follow 
}; 
?> 

귀하의 질문은이 하나가 치명적인 오류가 무엇을 의미하는지는

+1

이것은 인덱서가 아니라 종료 된 검색 코드입니다. – Ris90

0

종료 코드를 검색하는 경우, 나도 몰라 매우 모호 . 인덱서의 stdout에서 정확한 오류 의미를 읽어야합니다. PHP 패스 스루 스크립트 출력으로 보냅니다.

관련 문제