hw_api_object::remove
(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN)
hw_api_object::remove — Removes attribute
说明
hw_api_object::remove (
string
$name
) :
bool
Removes the attribute with the given name.
参数
-
name
-
The attribute name.
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。