$table) { $elements = ($tabindex == 0 ? 7 : 7); $name = ($tabindex == 0 ? 'IPv4' : 'IPv6'); ?>

$line) { if (trim($line) == "") { continue; } $j = 0; print("\n"); foreach (explode(' ', $line) as $entry) { if ($entry == '' || $entry == "ADDRESS") { continue; } if ($i == 0) { print("\n"); } else { print("\n"); } $j++; } print("\n"); if ($i == 0) { print("\n"); print("\n"); } } ?>
$entry$entry

' . sprintf(gettext('This page shows all listening sockets by default, and shows both listening and outbound connection sockets when %1$sShow all socket connections%2$s is clicked.'), '', '') . '

' . gettext('The information listed for each socket is:') . '

' . '
' . sprintf(gettext('%1$sUSER%2$s %3$sThe user who owns the socket.%4$s'), '
', '
', '
', '
') . sprintf(gettext('%1$sCOMMAND%2$s %3$sThe command which holds the socket.%4$s'), '
', '
', '
', '
') . sprintf(gettext('%1$sPID%2$s %3$sThe process ID of the command which holds the socket.%4$s'), '
', '
', '
', '
') . sprintf(gettext('%1$sFD%2$s %3$sThe file descriptor number of the socket.%4$s'), '
', '
', '
', '
') . sprintf(gettext('%1$sPROTO%2$s %3$sThe transport protocol associated with the socket.%4$s'), '
', '
', '
', '
') . sprintf(gettext('%1$sLOCAL ADDRESS%2$s %3$sThe address the local end of the socket is bound to.%4$s'), '
', '
', '
', '
') . sprintf(gettext('%1$sFOREIGN ADDRESS%2$s %3$sThe address the foreign end of the socket is bound to.%4$s'), '
', '
', '
', '
') . '
', 'info', false); ?>