PHP 8.4.6 Released!

fann_reset_errstr

(PECL fann >= 1.0.0)

fann_reset_errstrResets the last error string

Description

fann_reset_errstr(resource $errdat): void

Resets the last error string.

Parameters

errdat

Either neural network resource or neural network trainining data resource.

Return Values

No value is returned.

See Also

User Contributed Notes

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