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
。