|
PHP5中文手册
yp_first(PHP 4, PHP 5 <= 5.0.5) yp_first — Returns the first key-value pair from the named map 说明
array yp_first
( string $domain
, string $map
)
Gets the first key-value pair from the named map in the named domain . 参数
返回值Returns the first key-value pair as an array on success, or FALSE on errors. 范例
Example#1 Example for the NIS first
<?php |