yp_nextReturns the next key-value pair in the named map Description
array yp_next
( string
$domain
, string $map
, string $key
)
Returns the next key-value pair in the named Parameters
Return Values
Returns the next key-value pair as an array, or Examples
Example #1 Example for NIS next
<?php See Also
|