Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




yp_get_default_domain

yp_get_default_domain

(PHP3 >= 3.0.7, PHP4 )

yp_get_default_domain -- Fetches the machine's default NIS domain

Description

int yp_get_default_domain (void )

Yp_get_default_domain() returns the default domain of the node or FALSE. Can be used as the domain parameter for successive NIS calls.

A NIS domain can be described a group of NIS maps. Every host that needs to look up information binds itself to a certain domain. Refer to the documents mentioned at the beginning for more detailed information.

Example 1. Example for the default domain


<?php
$domain = yp_get_default_domain();
echo "Default NIS domain is: " . $domain;
?>
      



With any suggestions or questions please feel free to contact us