PHP- How to get the ip address of the website

<?php

echo gethostbyname(‘www.phpfresher.com’);

?>