downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.nis.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.nis.php',
   
1 => 'YP/NIS',
  ),
 
'up' =>
  array (
   
0 => 'refs.remote.other.php',
   
1 => 'Other Services',
  ),
 
'prev' =>
  array (
   
0 => 'function.yaz-wait.php',
   
1 => 'yaz_wait',
  ),
 
'next' =>
  array (
   
0 => 'intro.nis.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">YP/NIS</h1>
 
 
 
 
 
 







 





 








<ul class="chunklist chunklist_book"><li><a href="intro.nis.php">Introduction</a></li><li><a href="nis.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="nis.requirements.php">Requirements</a></li><li><a href="nis.installation.php">Installation</a></li><li><a href="nis.configuration.php">Runtime Configuration</a></li><li><a href="nis.resources.php">Resource Types</a></li></ul></li><li><a href="nis.constants.php">Predefined Constants</a></li><li><a href="ref.nis.php">YP/NIS Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.yp-all.php">yp_all</a> — Traverse the map and call a function on each entry</li><li><a href="function.yp-cat.php">yp_cat</a> — Return an array containing the entire map</li><li><a href="function.yp-err-string.php">yp_err_string</a> — Returns the error string associated with the given error code</li><li><a href="function.yp-errno.php">yp_errno</a> — Returns the error code of the previous operation</li><li><a href="function.yp-first.php">yp_first</a> — Returns the first key-value pair from the named map</li><li><a href="function.yp-get-default-domain.php">yp_get_default_domain</a> — Fetches the machine's default NIS domain</li><li><a href="function.yp-master.php">yp_master</a> — Returns the machine name of the master NIS server for a map</li><li><a href="function.yp-match.php">yp_match</a> — Returns the matched line</li><li><a href="function.yp-next.php">yp_next</a> — Returns the next key-value pair in the named map</li><li><a href="function.yp-order.php">yp_order</a> — Returns the order number for a map</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites