Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xy2z committed Sep 24, 2023
1 parent b4200dd commit 9045495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,9 @@ If you want to modify the existing handling of all files, you can overwrite the
- `loadDir(string $path, bool $prefix_filename = false, string $prefix = null)` Loads all files in dir.
- `loadFile(string $path, bool $prefix_filename = false, string $custom_prefix = null)` Load a single file.
- `loadArray(array $array, string $prefix = null)` Loads a php array.

### Public Properties
- `ini_process_sections` (bool, default `true`) - Argument used in file_parse_ini()
- `ini_scanner_mode` (int, default `INI_SCANNER_TYPED`) - Argument used in file_parse_ini()
- `ignore_unsupported_filestypes` (bool, default `true`) - If true, files with unsupported extensions will be ignored. If false, an exception will be thrown.

0 comments on commit 9045495

Please sign in to comment.