マンコ

This commit is contained in:
2025-12-12 01:42:50 +09:00
parent 95db2f73d8
commit 83a6d5c3de
3 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,9 @@ function uuid(): string {
function kys(mixed $arg): void {
if (gettype($arg) == 'boolean') $arg = $arg === true ? 'true' : 'false';
foreach ($arg as $a) { if (gettype($a) == 'boolean') $a = $a === true ? 'true' : 'false'; }
if (gettype($arg) == 'array' || gettype($arg) == 'object') {
foreach ($arg as $a) { if (gettype($a) == 'boolean') $a = $a === true ? 'true' : 'false'; }
}
echo '<style>html { color: #fcfcfc; background-color: #232023; } body { margin: 0; }</style>';
echo '<header style="padding: 10px 0; display: flex; justify-content: space-evenly; background-color: #550f75; margin-bottom: 20px; position: sticky; top: 0;"><div><b>K</b>ILL</div> <div><b>Y</b>OUR</div> <div><b>S</b>ELF</div></header>';
echo '<pre>';