Home > PHP > Function > Gupnp > gupnp_control_point_browse_start()

gupnp_control_point_browse_start()

gupnp_control_point_browse_start - Start browsing

Syntax

bool gupnp_control_point_browse_start (resource $cpoint)

Arguments

  • cpoint - A control point identifier, returned by gupnp_control_point_new().

Description

Start the search and calls user-defined callback.

Version

PHP PECL gupnp >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.