hwapi_attribute_new

(PHP 5 < 5.2.0)

hwapi_attribute_newCreates instance of class hw_api_attribute

Opis

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

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

Parametry

name

The attribute name.

value

The attribute value.

Zwracane wartości

Returns an instance of hw_api_attribute.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top