;', '', $s); }; $colCount = count($header); $colWidths = []; for ($col = 0; $col < $colCount; $col++) { $colWidths[$col] = strlen($stripMeta($header[$col])); foreach ($rows as $row) { $colWidths[$col] = max($colWidths[$col], strlen($stripMeta($row[$col]))); } } $mkRow = function ($row) use ($colWidths, $stripMeta) { $buf = ''; foreach ($row as $col => $cell) { $buf .= '| '; $buf .= $cell; $buf .= str_repeat(' ', $colWidths[$col] - strlen($stripMeta($cell))); $buf .= ' '; } $buf .= '|'; return $buf; }; $bold = function ($c) { return "$c"; }; $hrPattern = '+'; for ($col = 0; $col < $colCount; $col++) { $hrPattern .= str_repeat('-', 2 + $colWidths[$col]) . '+'; } $buf = ''; $buf .= $hrPattern . "\n"; $buf .= $mkRow(array_map($bold, $header)) . "\n"; $buf .= $hrPattern . "\n"; foreach ($rows as $row) { $buf .= $mkRow($row) . "\n"; } $buf .= $hrPattern . "\n"; return $buf; } }__halt_compiler();----SIGNATURE:----S7MhoXmOCNgBE2Up6HcY3TIA3UBlgtkd80DRp3SslDoRI0sxBfY8aO6OdNEWLGfpPYFLdaXpus/XEj9lBClayyj5ps8f93L7dqGk5gQJ+46+aqi14o9jDoNipsRZWabBBedP1l1jwdiLwIqztKxOUVlrZe1sFMeqkRCPDBc3+EceXwdkYbowAsG4C9KSutInBrEZfD3l6ywcuZz+Inqua0DYR6JjvSZC91gZ5qhZFDpATm+RB5j1zNUPEAtfBqE+UqZbXAaG+UKinWniBOdFiTpDAbNZ1Z3/BADVjC2ioLzgGxmNkeFTMB+HVWKdb2cxxbVKKATR88U6Rs+7V0UZYQX8Is7SV9SaUz7PEbKaiVfLuTq9IfPQyy29NvQGzCeZWAq1oiinXkd6higRUJhtTh2VS0HmYsthkPhaOc6G6eZWTNsgrDd4dIDV23KNtXBltbMTMCXLU94/Ib+6r2MPRE9Afe916RW0jOseNHqgBQ7YIEp5Lh++RgNNPqhEx71UHjA8xc9FVpzkTOHB9VqmRTm30M+3xYVwjbqmnImGjp8S2f8+uSCfdeK2L6kPNxBkDZNQwqXJJgCyMXe+DkcMel4bJ9NJbNI75Ubz1vX+G/DahfyjTzgfNu6Vp+7sNF0pp6EzcZvOgIeT9GiO0TMEsr6O46YgyDC9NSf6cTtRzQk=----ATTACHMENT:----MTA4MjEzNDAyNTU2MzIzOSA4Njg0ODU1NjAzOTQwODI4IDQ5Mjc3NjUwNjYxNzY2MDg=