File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,25 @@ A simple PHP file helper for various file operations.
88
99---
1010
11+ ## Table of Contents
12+
13+ * [ About] ( #about )
14+ * [ Installation] ( #installation )
15+ * [ Usage] ( #usage )
16+ * [ Search by Keyword] ( #search-by-keyword )
17+ * [ Search by keyword and return array] ( #search-and-return-array )
18+ * [ Write Multiple Files] ( #write-multiple-files-simultaneously )
19+ * [ Converting File to Array] ( #converting-file-to-an-array )
20+ * [ Find and Replace in CSV] ( #find-and-replace-in-csv-file )
21+ * [ Converting File to JSON] ( #converting-file-to-json-format )
22+ * [ Encrypt and Decrypt Files] ( #encrypt-and-decrypt-files )
23+ * [ Stream and Save Content from URL] ( #stream-and-save-content-from-url-to-file )
24+ * [ File Compression and Decompression] ( #file-compression-and-decompression )
25+ * [ File Difference] ( #file-difference )
26+ * [ File Integrity check] ( #file-integrity-check )
27+ * [ View CSV in Terminal (table format)] ( #view-csv-in-terminal )
28+ * [ View JSON in Terminal (table format)] ( #view-json-in-terminal )
29+
1130## About
1231
1332This PHP File Helper is designed to simplify various file-related operations. It offers a range of features to handle
You can’t perform that action at this time.
0 commit comments