Changeset 8567 for temp/trunk


Ignore:
Timestamp:
2006/11/19 16:13:43 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r8520 r8567  
    7171                    $arrFileList[$cnt]['file_path'] = $dir."/".$file; 
    7272                    $arrFileList[$cnt]['file_size'] = filesize($dir."/".$file); 
     73                    $arrFileList[$cnt]['file_time'] = date("Yǯm·îdÆü", filemtime($dir."/".$file));  
    7374                    $cnt++; 
    7475                } 
     
    8081    return $arrFileList; 
    8182} 
     83 
     84/*  
     85 * ´Ø¿ô̾¡§lfErrorCheck() 
     86 * ÀâÌÀ¡¡¡§¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
     87 */ 
     88function lfErrorCheck($array) { 
     89 
     90     
     91    return $arrErr; 
     92} 
    8293?> 
Note: See TracChangeset for help on using the changeset viewer.