gethostbynamel

Syntax

array gethostbynamel ( string $hostname )

Popis

Príkaz jazyka PHP
Vrací seznam IP adres, které odpovídají počítači v síti Internet specifikovanému pomocí hostname.

Príklad

<?php
  $hosts = gethostbynamel('www.example.com');
  print_r($hosts);
?>


Pozri aj

gethostbyname, gethostbyaddr, checkdnsrr, getmxrr