Notice
Recent Posts
Recent Comments
목록move_uploaded_file (1)
Data Analysis for Investment & Control
PHP - move_uploaded_file()
파일을 업로드 할 때 사용하는 함수입니다. 정의는 아래와 같습니다. bool move_uploaded_file ( string $filename , string $destination ) Parameters filename : The filename of the uploaded file. destination : The destination of the moved file. Return Values If filename is not a valid upload file, then no action will occur, and move_uploaded_file() will return FALSE. If filename is a valid upload file, but cannot be moved for so..
Code/WEB
2010. 10. 25. 14:42