PHP 7.0.6 Released

fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstrReturns the last errstr

Description

string fann_get_errstr ( resource $errdat )

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

User Contributed Notes

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