parent root
PHP: udm_free_res - Manual

udm_free_res

(PHP 4 >= 4.0.5, PHP 5 < 5.1.0, PECL mnogosearch >= 1.0.0)

udm_free_resFree mnoGoSearch result

Description

udm_free_res ( resource $res ) : bool

Freeing up memory allocated for results.

Parameters

res

A link to a result identifier, received after call to udm_find().

Return Values

Returns TRUE on success or FALSE on failure.

add a noteadd a note

User Contributed Notes

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