parent root
PHP: fann_get_errno - Manual

fann_get_errno

(PECL fann >= 1.0.0)

fann_get_errnoReturns the last error number

Description

fann_get_errno ( resource $errdat ) : int

Returns the last error number.

Parameters

errdat

Either neural network resource or neural network trainining data resource.

Return Values

The error number, or FALSE on error.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root