<?php // (A) GET IMAGE INFO $file = "cate.jpg"; $fileData = exif_read_data($file); // (B) OUTPUT HTTP ...
確定! 回上一頁