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