Fann 函数
PHP Manual

fann_get_errno

(PECL fann >= 1.0.0)

fann_get_errnoReturns the last error number

说明

int fann_get_errno ( resource $errdat )

Returns the last error number.

参数

errdat

Either neural network resource or neural network trainining data resource.

返回值

The error number, or FALSE on error.

参见


Fann 函数
PHP Manual