Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Arrays
- OOP
- composer-php
- 웹하드추천
- file-upload
- post
- 웹하드순위
- JSON
- curl
- Forms
- function
- MySQL
- JavaScript
- Apache
- Session
- Linux
- Ajax
- string
- jquery
- date
- HTML
- variables
- UTF-8
- php
- Laravel
- 무료다운로드쿠폰
- Regex
- 전략
- 경영
Archives
- Today
- Total
목록zend-framework (1)
개발! 딱 깔끔하고 센스있게!
PHP: Zend Form Element 파일 로 올 린 파일 을 어떻게 바 꿉 니까?
$form - > file - > getFileName () 을 호출 했 을 때 파일 이름 뿐만 아니 라 전체 경 로 를 되 돌려 줍 니 다.어떻게 파일 이름 만 출력 합 니까? //Answer: First, get an array of the parts of the filename: $pathparts = pathinfo($form->file->getFileName()); //then get the part that you want to use $originalFilename = $pathparts['basename']; 어떻게 파일 이름 을 내 가 원 하 는 파일 이름 으로 바 꿉 니까?이것 은 이름 바 꾸 기 필터 로 완성 할 수 있 습 니까?저 는 폼 에 목 표를 설정 해 놓 았 기 때문에 파일 ..
개발 스크랩 메모/PHP
2020. 11. 27. 22:41