$hour = date("H"); $day = date("Y-m-d"); $dir = "images/CCTV1/192.168.1.10/$day/001/$hour"; if ( file_exists ( $dir )) { $files = scandir($dir, 1); $last_file = $files[0]; } else { $dir = "images/"; $last_file ='Lost-Signal.png' ; }
<? //phpinfo() $path = 'images'; # Initialise list arrays, files and array counters for them $t = 0; $f = 0; $images_arr['name'] = array(); $images_arr['time'] = array(); if (@$handle = opendir($path)) { while (false!== ($file = readdir($handle))) { if($file!= "." && $file!= "..") { $fName = $file; $file = $path.'/'.$file; if(is_file($file)){ $images_arr['time'][$t++] = filemtime($file); //<---- here it is, just a seperate key in the array to store filetimes $images_arr['name'][$f++] = $file; }; }; }; closedir($handle); asort( $images_arr['time'] ); asort( $images_arr['name'] ); } //test foreach ($images_arr['time'] as $key=>$ftime){ $fname = $images_arr['name'][$key]; echo '<strong>filename:</strong> '.$fname.' <strong>filetime:</strong> '.$ftime.'<br/>'; }?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง