Skip to content
linchpin edited this page Feb 22, 2023 · 10 revisions

Files

Files Class

  • Full name: \CourierNotices\Helper\Files

Methods

glob_recursive

Recursive version of the PHP glob function.

public static glob_recursive(string $pattern, int $flags): array|false
  • This method is static.

Parameters:

Parameter Type Description
$pattern string Specifies the pattern to search for.
$flags int Specifies special settings.

Return Value:

Array of filenames or directories matching a specified pattern



Automatically generated from source code comments on 2023-02-22 using phpDocumentor and saggre/phpdocumentor-markdown