To send HTML document information, such as content-encoding , charset , date , last-modified , etc., we can also use the PHP header() or HTML meta http-equiv <meta http-equiv=... /> . Which is practically better? Can anyone develop the pros and cons of both methods?
I wonder if each of them has the best performance for a particular application (for example, it is better to define charset and the other for content-encoding ?!?
source share