Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Yp
Yp.Domain

Method Yp.Domain()->map()


Method map

void map(string map, function(string:void) fun)

Description

For each entry in map , call the function specified by fun .

fun will get two arguments, the first being the key, and the second the value.

map is the YP-map to search in. This must be the full map name. eg passwd.byname instead of just passwd.