YP/NIS函数库

yp_match

(PHP3 >= 3.0.7 , PHP4)

yp_match ---  传回相配的行

语法 : string yp_match (string domain, string map, string key)

说明 : 

yp_match( )传回自指定的地图(map)离开的 key值或FALSE,这个 key必须是精确无误的。

Example :

<?php

    $entry = yp_match ($domain, "passwd.byname", "joe"); 

    echo "Matched entry is: " . $entry;

?>

这将会是 : joe:##joe:11111:100:Joe User:/home/j/joe:/usr/local/bin/bash

参考 : yp_get_default_domain( )


上一页 首页 下一页