标签: php
我想阅读扩展名为.grf的文件。它里面有文件夹,文件,图像等。它是一个使用GRF Builder的打包文件。它也可以使用相同的软件提取,但我想用PHP读取它。有可能吗?
由于
答案 0 :(得分:1)
PHP没有内置GRF功能。您需要找到第三方扩展或类,例如:
https://github.com/vthibault/roBrowser/tree/master/client
https://github.com/vthibault/ROChargenPHP/blob/master/loaders/class.Grf.php
https://github.com/trojal/php-ro