' . "\n"; echo '
ø | ||
---|---|---|
ø | % | ||
---|---|---|---|
--- | --- | ||
0 ? PMA_formatNumber( $server_status['Aborted_connects'] * 100 / $server_status['Connections'], 0, 2) . '%' : '--- '; ?> | |||
0 ? PMA_formatNumber( $server_status['Aborted_clients'] * 100 / $server_status['Connections'], 0, 2) . '%' : '--- '; ?> | |||
% |
ø | ø | ø | |
---|---|---|---|
ø | % | ||
---|---|---|---|
% |
$link_url) { echo '' . $link_name . '' . "\n"; } unset($link_url, $link_name); ?> | ||
---|---|---|
$alerts[$name]) { echo ''; } else { echo ''; } } if ('%' === substr($name, -1, 1)) { echo PMA_formatNumber($value, 0, 2) . ' %'; } elseif (is_numeric($value) && $value == (int) $value) { echo PMA_formatNumber($value, 4, 0); } elseif (is_numeric($value)) { echo PMA_formatNumber($value, 4, 2); } else { echo htmlspecialchars($value); } if (isset($alerts[$name])) { echo ''; } ?> | $link_url) { echo ' ' . $link_name . '' . "\n"; } unset($link_url, $link_name); } ?> |