Changeset 8718 for temp


Ignore:
Timestamp:
2006/11/21 11:11:15 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/file_view.php

    r8665 r8718  
    88require_once("../../require.php"); 
    99 
     10// ľÀÜɽ¼¨¤·¤Ê¤¤¥Õ¥¡¥¤¥ë¤òÄêµÁ 
     11$arrViewFile = array( 
     12 'html', 
     13 'htm', 
     14 'tpl', 
     15 'php', 
     16); 
     17 
     18$arrResult = split('/', $_GET['file']); 
     19$ext = $arrResult[count($arrResult)]; 
     20 
     21sfprintr($ext); 
    1022 
    1123// ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨ 
Note: See TracChangeset for help on using the changeset viewer.