您好,登錄后才能下訂單哦!
這篇文章主要介紹了php隱藏圖片真實(shí)路徑的方法,具有一定借鑒價(jià)值,需要的朋友可以參考下。下面就和我一起來(lái)看看吧。
php隱藏圖片的方法:首先創(chuàng)建一個(gè)test.php示例文件;然后輸入內(nèi)容為“”;接著創(chuàng)建test3.php文件;最后通過(guò)“@copy”隱藏圖片即可。
該方法適用于所有品牌電腦。
php 隱藏圖片地址
代碼:
test.php
<img src="https://www.php.cn/test3.php?path=file/118812060.jpg"> <br>this is test!
test3.php
<?php $path=$_GET["path"]; $cacheimgname=str_replace("/","_",$path); $localimg="testimg/".$cacheimgname; if ((file_exists($localimg))) { $httpurl=$localimg; } else { $httpurl="http://www.domain.com/".$path; @copy($httpurl,$localimg);//緩存圖片! } header("Location:$httpurl"); exit; ?>
實(shí)際地址為:testimg/file_118812060.jpg
以上就是php隱藏圖片真實(shí)路徑的方法的詳細(xì)內(nèi)容了,看完之后是否有所收獲呢?如果想了解更多相關(guān)內(nèi)容,歡迎來(lái)億速云行業(yè)資訊!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。