.PHAR 文件扩展名
PHP Archive
| 开发者 | Greg Beaver |
| 受欢迎程度 |
3.7 | 23 票 |
什么是 PHAR 文件?
File packaged in the PHAR (PHP Archive) format, which can be created using the Phar PHP class; stores a collection of files and supports bzip2 and gzip compression as well as a checksums for the archive; used for distributing and running PHP applications using a single file.
更多信息
PHAR files are similar to Java's .JAR files and can be run using PHP. An example of a common PHP application that is distributed as a PHAR archive is PEAR (PHP Extension and Application Repository), a package manager for PHP extensions.
PHP Archive files are compatible with APC (Alternative PHP Cache), an "opcode cache" that optimizes application performance by caching the compiled versions of code. phpMyAdmin, a commonly-used front end for MySQL, has been measured with a 6x speedup when run as a PHAR file.
注: Phar, the PHP component that reads and writes PHAR files, is included with PHP 5.3.
可打开或引用 PHAR 文件的程序
PocketMine-MP Plug-in
| 开发者 | 不适用 |
| 受欢迎程度 |
3.0 | 2 票 |
更多信息
Minecraft players who want to play with their friends can play together on online servers. While most players play on officially-supported servers, others host their own servers. PocketMine-MP is a program Minecraft: Bedrock Edition players can use to host their own servers.
One of the benefits of playing on an unofficial server is that players can install server-specific plug-ins that allow them to extend and customize Minecraft's gameplay. For example, players can install plug-ins that allow them to teleport, change their characters' size, or play custom game modes. PocketMine-MP allows players to install these sorts of plug-ins, which are saved in PHAR files.
For the most part, PocketMine-MP users download PHAR files from the Poggit Release plug-in platform, located at poggit.pmmp.io. Poggit Release contains hundreds of PocketMine-MP plug-ins.
如何打开 PHAR 文件
To install a PHAR file as a PocketMine-MP plug-in, place the file in PocketMine-MP's plugins folder. The next time you start PocketMine-MP, your PHAR file will appear as an available plug-in.