Nasıl dize değil, dom gibi html html web sayfası charset kodlamak alabilirim?

0 Cevap php

Nasıl dize değil, dom gibi html html web sayfası charset kodlamak alabilirim?

Ben böyle html dize olsun:

$html = file_get_contents($url);
preg_match_all (string pattern, string subject, array matches, int flags)

but i dont know regex, and I need to find out webpage charset (UTF-8/windows-255/etc..) Thanks,

0 Cevap