파일 경로로 mime type 찾기
mime_content_type()
string mime_content_type ( string $filename )
파일 데이터로 mime type 찾기
http://php.net/manual/en/function.finfo-buffer.php
Procedural style
string finfo_buffer ( resource $finfo , string $string = NULL [, int $options = FILEINFO_NONE [, resource $context = NULL ]] )
Object oriented style
public string finfo::buffer ( string $string = NULL [, int $options = FILEINFO_NONE [, resource $context = NULL ]] )
This function is used to get information about binary data in a string.
예)
buffer($buffer); } ?> (js)
반응형
'공부 > PHP' 카테고리의 다른 글
내가 만든 PHP composer package를 packgist.org 에 등록하기 (0) | 2020.07.27 |
---|---|
[PHP] APCu 프로세스 간 자원 공유 (0) | 2020.07.16 |
Alternative PHP Cache (APC) (0) | 2020.07.10 |
PHP에서 Closure로 Lazy loading 구현하기 (0) | 2020.05.29 |
PHP 디버깅 debug_backtrace(),debug_print_backtrace() (0) | 2018.06.15 |