91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php如何安裝php_rar擴展實現rar文件讀取和解壓

發布時間:2021-08-27 09:06:04 來源:億速云 閱讀:101 作者:小新 欄目:開發技術

小編給大家分享一下php如何安裝php_rar擴展實現rar文件讀取和解壓,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

具體如下:

PHP Rar Archiving 模塊 (php_rar) 是一個讀取和解壓rar文件的模塊,但不提供RAR壓縮(打包)的功能。

1.首先要到PECL的RAR頁面下載DLL. 根據自己的情況選擇下載對應版本的DLL.

PHP版本要求:php_rar模塊適用于php 5.2及以上, 不過對于windows系統,似乎只有php5.3 / 5.4對應的DLL下載。

2.下載到的是個zip包,將其中的php_rar.pdb和php_rar.dll兩個文件解壓到PHP安裝目錄下的ext子目錄中。

3.在php.ini中加入一行php_rar擴展引用聲明 extension=php_rar.dll

4.如果使用Apache服務器,就需要重啟Apache。IIS下以FastCGI模式加載的PHP則不需要進一步操作了。

5.寫個測試文件看看有沒有問題啊

6.如果有問題,查看服務器的日志文件。

附官方的測試代碼test-rar.php :

<?php
$archive_name = '/full/path/to/file.rar'
$entry_name = 'path/to/archive/entry.txt'; //notice: no slash at the beginning
$dir_to_extract_to = '/path/to/extract/dir';
$new_entry_name = 'some.txt';
$rar = rar_open($archive_name) OR die('failed to open ' . $archive_name);
$entry = rar_entry_get($rar, $entry_name) OR die('failed to find ' . $entry_name . ' in ' . $archive_name);
// this will create all necessary subdirs under $dir_to_extract_to
$entry->extract($dir_to_extract_to); 
/* OR */
// this will create only one new file $new_entry_name in $dir_to_extract_to
$entry->extract('', $dir_to_extract_to.'/'.$new_entry_name); 
// this line is really not necessary
rar_close($rar);
?>

以上是“php如何安裝php_rar擴展實現rar文件讀取和解壓”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

青岛市| 肥乡县| 闽清县| 化州市| 景东| 筠连县| 新兴县| 漳平市| 庄河市| 罗甸县| 上犹县| 和硕县| 将乐县| 宝兴县| 安塞县| 钟祥市| 塘沽区| 新乡县| 额敏县| 枞阳县| 安阳市| 博白县| 乌兰县| 勃利县| 罗田县| 涟水县| 临安市| 公主岭市| 南京市| 右玉县| 苏尼特左旗| 闵行区| 壶关县| 榆树市| 黄大仙区| 巧家县| 定陶县| 定结县| 含山县| 榕江县| 手游|