Used to get an array of PHP files in the parent directory of the script file.
Location
users/helpers/us_helpers.php
Parameters
This function does not take any arguments
Further Documentation:
The getPageFiles() function is used to get an array of PHP files in the parent directory of the script file. It uses the glob() function to find all PHP files and returns an associative array where the keys and values are the file paths.