PHP
php unlink 사용방법
0hee
2014. 5. 23. 10:47
$string = "../upload/aaa.jpg";
unlink($string);