PHP 7.0.6 Released

fann_reset_errno

(PECL fann >= 1.0.0)

fann_reset_errnoResets the last error number

Description

void fann_reset_errno ( resource $errdat )

Resets the last error number.

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