Javascript debugger
Website design
↑
<?php
$entry = yp_match($domain, "passwd.byname", "joe");
echo "Matched entry is: " . $entry;
?>The above example will output something similar to:
joe:##joe:11111:100:Joe User:/home/j/joe:/usr/local/bin/bash
| yp_get_default_domain() |