CakeFest 2024: The Official CakePHP Conference

fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstrReturns the last errstr

説明

fann_get_errstr(resource $errdat): string

Returns the last errstr.

パラメータ

errdat

ニューラルネットワークリソースあるいはニューラルネットワークトレーニングリソース。

戻り値

The last error string, or false on error.

参考

add a note

User Contributed Notes

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