SproutCMS

This is the code documentation for the SproutCMS project

function glob()

Returns all files which match the specified mask.
I have a feeling this returns other sizes (e.g. .small) as well - which may not be ideal.

Usage

unknown File::glob ( string $mask );

Arguments

  1. string $mask
    Files to find. Supports wildcards such as * and ?