fann_destroy
(PECL fann >= 1.0.0)
fann_destroy — 销毁整个网络并且适当地释放所有的关联内存。
说明
   fann_destroy
    ( resource 
  $ann
   ) : bool销毁整个网络并且适当地释放所有的关联内存。
参数
- 
ann
- 
     Neural network resource. 
返回值
Returns TRUE on success, or FALSE otherwise.