aci_free_statement — 释放关联于语句或游标的所有资源
aci_free_statement(resource $statement): bool
aci_free_statement() 释放关联于 游标或语句的资源,该资源是作为 aci_parse() 的结果或者是从数据库取得。
statement
有效的 ACI 语句。
成功时返回 true, 或者在失败时返回 false。