略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: yp_master

2024-04-20

yp_master

(PHP 4, PHP 5 < 5.1.0)

yp_masterReturns the machine name of the master NIS server for a map

说明

yp_master ( string $domain , string $map ) : string

Returns the machine name of the master NIS server for a map.

参数

domain

The NIS domain name.

map

The NIS map.

返回值

范例

Example #1 Example for the NIS master

<?php
$number 
yp_master($domain$mapname);
echo 
"Master for this map is: " $master;
?>

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.yp-master.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3