- PHP 手册
- 函数参考
- 文本处理
- BBCode
- BBCode 函数
bbcode_destroy
(PECL bbcode >= 0.9.0)
bbcode_destroy — Close BBCode_container resource
说明
bbcode_destroy ( resource$bbcode_container
) : bool
This function closes the resource opened by bbcode_create().
参数
-
bbcode_container
-
BBCode_Container resource returned by bbcode_create().
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.bbcode-destroy.php