Funciones de la API Hyperwave
PHP Manual

hwapi_attribute_new

(No hay información de versión disponible, podría estar únicamente en SVN)

hwapi_attribute_newCreates instance of class hw_api_attribute

Descripción

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

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

Parámetros

name

The attribute name.

value

The attribute value.

Valores devueltos

Returns an instance of hw_api_attribute.


Funciones de la API Hyperwave
PHP Manual