parent root
PHP: fann_get_errstr - Manual

fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstrReturns the last errstr

Description

fann_get_errstr ( resource $errdat ) : string

Returns the last errstr.

Parameters

errdat

Either neural network resource or neural network trainining data resource.

Return Values

The last error string, 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