This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env php | |
| <?php | |
| /** | |
| * Zeshter function remove all comments and docblocks from a given | |
| * php file or a folder of php files. Yep, it just mirine into file. | |
| * | |
| * @param string|null $path path of a php file or a folder contains php files | |
| */ | |
| function zeshter(?string $path, bool $debugMode = false) | |
| { |