if i get a file, for instance, .php and change it's extension to .png will also change it's mime type?
No! The MIME type depends on the file content not just the file name or extension.
so changing the file extension does not change the actual MIME type.