Query: yp_master
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YP_MASTER(3) 1 YP_MASTER(3) yp_master - Returns the machine name of the master NIS server for a mapSYNOPSISstring yp_master (string $domain, string $map)DESCRIPTIONReturns the machine name of the master NIS server for a $map.PARAMETERSo $domain - The NIS domain name. o $map - The NIS map.RETURN VALUESEXAMPLESExample #1 Example for the NIS master <?php $number = yp_master($domain, $mapname); echo "Master for this map is: " . $master; ?>SEE ALSOyp_get_default_domain(3). PHP Documentation Group YP_MASTER(3)
Related Man Pages |
---|
ypwhich(1) - debian |
ypwhich(1) - hpux |
ypwhich(1) - v7 |
ypwhich(1) - x11r4 |
ypwhich(1) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Changing Password in NIS |