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
.