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
| <?php | |
| /** | |
| * 文件行扫描, 按callback 替换 | |
| * @param string $file | |
| * @param callable $findCallback | |
| * @param bool $loop | |
| */ | |
| function file_line_replace($file, callable $findCallback, $loop = false) | |
| { |
NewerOlder