티스토리 뷰
정보 보관 ver1.0
move_uploaded_file (PHP 4 >= 4.0.3, PHP 5) move_uploaded_file — Moves an uploaded file to a new location
James Wetzel 2012. 9. 21. 15:39move_uploaded_file
(PHP 4 >= 4.0.3, PHP 5)
move_uploaded_file — Moves an uploaded file to a new location
Description
bool move_uploaded_file ( string
$filename
, string $destination
)This function checks to ensure that the file designated by filename
is a valid upload file (meaning that it was uploaded via PHP's HTTP POST upload mechanism). If the file is valid, it will be moved to the filename given by destination
.
This sort of check is especially important if there is any chance that anything done with uploaded files could reveal their contents to the user, or even to other users on the same system.
상세 설명: http://php.net/manual/en/function.move-uploaded-file.php
728x90
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- docker
- jstl(java standard tag library)
- 스프링 시큐리티(spring security)-http basic 인증
- React
- system.io
- error-java
- 표현 언어(expression language)
- REST API
- 제품 등록
- 람다식(lambda expression)
- java-개발 환경 설정하기
- 특정 문자를 기준으로 자르기
- jstl(java standard tag library)-core
- 스프링 프레임워크(spring framewordk)
- await
- 메이븐(maven)
- java web-mvc
- 문자 자르기
- 인텔리제이(intellij)
- 진수 변환
- java.sql
- MainActor
- java 키워드 정리
- System.Diagnostics
- 스프링 시큐리티(spring security)
- nl2br
- In App Purchase
- 스프링 프레임워크(spring framework)
- jsp 오픈 소스
- .submit()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
글 보관함