Php/docs/function.fann-get-errstr

来自菜鸟教程
跳转至:导航、​搜索

fann_get_errstr

(PECL fann >= 1.0.0)

fann_get_errstr返回最后的错误字符串。


说明

fann_get_errstr ( resource $errdat ) : string

返回最后的错误字符串。


参数

errdat
Either neural network resource or neural network trainining data resource.


返回值

成功,返回最后的错误字符串,,失败则返回 false


参见