yp_master

(PHP3 >= 3.0.7, PHP4 )

yp_master --  Returns the machine name of the master NIS server for a map

Description

string yp_master (string domain, string map)

Yp_master() returns the machine name of the master NIS server for a map.

Példa 1. Example for the NIS master

  1 
  2 <?php
  3 $number = yp_master ($domain, $mapname);
  4 echo "Master for this map is: " . $master;
  5 ?>
  6       

See also yp-get-default-domain().