Home > PHP > Function > Gupnp > gupnp_control_point_browse_stop()

gupnp_control_point_browse_stop()

gupnp_control_point_browse_stop - Stop browsing

Syntax

bool gupnp_control_point_browse_stop (resource $cpoint)

Arguments

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

Description

Stop the search and calls user-defined callback.

Version

PHP PECL gupnp >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.