string yp_master
yp_master() returns the machine name of the master NIS server for a map.
Example 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().