fann_get_errstr
(PECL fann >= 1.0.0)
fann_get_errstr — 返回最後的錯誤字串。
說明
fann_get_errstr(resource
$errdat): string返回最後的錯誤字串。
參數
-
errdat Either neural network resource or neural network trainining data resource.
返回值
成功,返回最後的錯誤字串,,失敗則返回 false 。
參見
- fann_reset_errstr() - 重置最後的錯誤字串。
- fann_get_errno() - 返回最後一個錯誤數字。