Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编辑 phar 文件,但我知道它不支持增量更新,我必须提取 phar 文件,编辑其内容,然后再次压缩它才能使用它。
我无法理解如何提取 phar 文件。一个简单的操作方法将不胜感激。我目前在窗户上。
只需打开 Phar 并做你想做的事
$phar = new Phar($filename);