Blocks

File
in package

Table of Contents

Methods

get_all_files_in_directory()  : array<string|int, mixed>
Gets all the files in a directory recursively.

Methods

get_all_files_in_directory()

Gets all the files in a directory recursively.

public static get_all_files_in_directory(string $base_path) : array<string|int, mixed>
Parameters
$base_path : string

The base path to the directory.

Return values
array<string|int, mixed>

        
On this page

Search results