hw_api::content

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns content of an object HW_API_Content hw_api::content ( array $parameter ) This function returns the content of a document as an object of type hw_api_content. Parameters: parameter The parameter array contains the required elements 'objectidentifier' and the optional element 'mode'. The mode can be one of the constants HW_

hw_api::children

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns children of an object array hw_api::children ( array $parameter ) Retrieves the children of a collection or the attributes of a document. The children can be further filtered by specifying an object query. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and the optional elements

hw_api::checkout

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks out an object bool hw_api::checkout ( array $parameter ) This function checks out an object or a whole hierarchy of objects. Parameters: parameter The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'mode' and 'objectQuery'. 'mode' can be one of the following values:

hw_api::checkin

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks in an object bool hw_api::checkin ( array $parameter ) This function checks in an object or a whole hierarchy of objects. The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'comment', 'mode' and 'objectQuery'. 'version' sets the version of the object. It consists of the major and minor version separated by a period. If the

gupnp_service_thaw_notify

(PECL gupnp >= 0.1.0) Sends out any pending notifications and stops queuing of new ones. bool gupnp_service_thaw_notify ( resource $service ) Sends out any pending notifications and stops queuing of new ones. Parameters: service A service identifier. Returns: Returns TRUE on success or FALSE on failure.

gupnp_service_proxy_set_subscribed

(PECL gupnp >= 0.1.0) (Un)subscribes to the service. bool gupnp_service_proxy_set_subscribed ( resource $proxy, bool $subscribed ) (Un)subscribes to the service. Parameters: proxy A service proxy identifier. subscribed Set TRUE to subscribe to this service. Returns: Returns TRUE on success or FALSE on failur

gupnp_service_proxy_send_action

(PECL gupnp >= 0.2.0) Send action with multiple parameters synchronously array gupnp_service_proxy_send_action ( resource $proxy, string $action, array $in_params, array $out_params ) Send action with parameters in_params to the service exposed by proxy synchronously and return out_params with values or FALSE on error. Parameters: proxy A service proxy identifier.

gupnp_service_proxy_remove_notify

(PECL gupnp >= 0.1.0) Cancels the variable change notification bool gupnp_service_proxy_remove_notify ( resource $proxy, string $value ) Cancels the variable change notification. Parameters: proxy A service proxy identifier. value The variable to add notification for. Returns: Returns TRUE on success or FALS

gupnp_service_proxy_get_subscribed

(PECL gupnp >= 0.1.0) Check whether subscription is valid to the service bool gupnp_service_proxy_get_subscribed ( resource $proxy ) Check whether subscription is valid to the service. Parameters: proxy A service proxy identifier. Returns: Returns TRUE on success or FALSE on failure.

gupnp_service_proxy_callback_set

(PECL gupnp >= 0.1.0) Set service proxy callback for signal bool gupnp_service_proxy_callback_set ( resource $proxy, int $signal, mixed $callback [, mixed $arg ] ) Set service proxy callback for signal. Parameters: proxy A service proxy identifier. signal The value of signal. callback The callback