how can get ip address in php

how can  get ip address in php 
<?php

echo $_SERVER['REMOTE_ADDR'];
?>