[PHP] - 파일삭제(Unlink) 사용법

PHP 2011. 7. 19. 17:23
반응형

$string = "../upload/TEST.jpg";

unlink($string);
반응형
: