Apple_Push_API\MIME_Builder::get_mime_type_for PHP 메소드

get_mime_type_for() 개인적인 메소드

Get the MIME type for a file.
private get_mime_type_for ( string $filepath ) : string
$filepath string
리턴 string
    private function get_mime_type_for($filepath)
    {
        // TODO: rethink this for better integration with WordPress
        return 'application/octet-stream';
    }