Hyperwave API 函数
PHP Manual

hwapi_attribute_new

(No version information available, might only be in SVN)

hwapi_attribute_newCreates instance of class hw_api_attribute

说明

HW_API_Attribute hwapi_attribute_new ([ string $name [, string $value ]] )

Creates a new instance of hw_api_attribute with the given name and value.

参数

name

The attribute name.

value

The attribute value.

返回值

Returns an instance of hw_api_attribute.


Hyperwave API 函数
PHP Manual