PHP 8.3.4 Released!

fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstrReturns the last errstr

Beschreibung

fann_get_errstr(resource $errdat): string

Returns the last errstr.

Parameter-Liste

errdat

Entweder eine Ressource eines neuralen Netzwerks oder Ressource mit Trainingsdaten.

Rückgabewerte

The last error string, or false on error.

Siehe auch

add a note

User Contributed Notes

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