?? staticupdateexif.php
字號:
<?include "include/db.php";include "include/general.php";include "include/resource_functions.php";include "include/image_processing.php";set_time_limit(60*60*40);echo "Updating EXIF/IPTC...";$rd=sql_array("select ref value from resource where has_image=1 and resource_type=1");for ($n=0;$n<count($rd);$n++) { echo "." . $rd[$n]; extract_exif_comment($rd[$n]); }echo "...done.";?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -