fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstr返回最后的錯誤字符串。

說明

fann_get_errstr(resource $errdat): string

返回最后的錯誤字符串。

參數(shù)

errdat

Either neural network resource or neural network trainining data resource.

返回值

成功,返回最后的錯誤字符串,,失敗則返回 false 。

參見