PHP 查詢檔案類型..唔好笑!

編寫、設計網頁與程式。

版主: hamu278, 銘仔

版面規則
  • 本版面亦可以討論網頁寄存公司

PHP 查詢檔案類型..唔好笑!

文章kohong » 2008-01-17, 23:57

:? 小弟php好差...無聊func唔好笑...志在發下咁解..

代碼: 選擇全部
function checkfiletype($filename){
$filetype = explode('.', $filename;
$filetype2 = end($filetype);
return $filetype2;
}
kohong
 

Re: PHP 查詢檔案類型..唔好笑!

文章bananasims » 2008-01-18, 00:06

唔洗咁麻煩

代碼: 選擇全部
function checkfiletype($filename) {
   return substr(strrchr($filename, '.'), 1);
}
影像.從心 At the heart of the ímage
bananasims
太陽會員
 
文章: 13541
註冊時間: 2005-09-22, 00:00

Re: PHP 查詢檔案類型..唔好笑!

文章kohong » 2008-01-18, 14:32

bananasims 寫:唔洗咁麻煩

代碼: 選擇全部
function checkfiletype($filename) {
   return substr(strrchr($filename, '.'), 1);
}

:o 短好多... 好勁抽!
kohong
 


回到 [B1] 網頁製作、程式編寫與介面設計



誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 38 位訪客

cron