$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

' . gettext('This page shows all listening sockets by default, and shows both listening and outbound connection sockets when Show all socket connections is clicked.

' . 'The information listed for each socket is:' . '

' . '
' . '
USER
The user who owns the socket.
' . '
COMMAND
The command which holds the socket.
' . '
PID
The process ID of the command which holds the socket.
' . '
FD
The file descriptor number of the socket.
' . '
PROTO
The transport protocol associated with the socket.
' . '
LOCAL ADDRESS
The address the local end of the socket is bound to.
' . '
FOREIGN ADDRESS
The address the foreign end of the socket is bound to.
' . '
'), 'info', false); ?>