Apple_Push_API\MIME_Builder::is_valid_mime_type PHP 메소드

is_valid_mime_type() 개인적인 메소드

Check if this file is a valid MIME type to be included in the bundle.
private is_valid_mime_type ( string $type ) : boolean
$type string
리턴 boolean
    private function is_valid_mime_type($type)
    {
        return in_array($type, self::$valid_mime_types);
    }