(PHP 4)
php_uugetfilelistitem -- Returns an uulist resource from the file list.
resource php_uugetfilelistitem (int num)
This function returns a uulist resource which is the numth item of the file list. The elements of this resource are described here.
The list is zero-based. If num is out-of-range, NULL is returned. Usage of this function is pretty straightforward : loop with an
increasing value until NULL is returned. The resource must not be modified by the php script itself.