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