file_get_html affiche un appel d'erreur fatal à une fonction indéfinie

J'ai utilisé le code suivant pour analyser le code HTML d'un autre site, mais il affiche l'erreur fatale:

$html=file_get_html('http://www.google.co.in');

Fatal error: Call to undefined function file_get_html()

source d'informationauteur Sathish Kumar