/usr/bin/find ./hoge -atime +1 -exec rm -f {} ; 2>&1
画像削除実行
$sys = @system("/usr/bin/find /home/billions/public_html/mobile/item/ -atime +90 -exec rm -f {} \; 2>&1");
/usr/bin/find ./hoge -atime +1 -exec rm -f {} ; 2>&1
画像削除実行
$sys = @system("/usr/bin/find /home/billions/public_html/mobile/item/ -atime +90 -exec rm -f {} \; 2>&1");