vault backup: 2024-10-16 09:12:37
This commit is contained in:
6
Client Server Systems/Week 3/workshop3/emoji.php
Normal file
6
Client Server Systems/Week 3/workshop3/emoji.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
for ($i = 128512; $i < 128592; $i++) {
|
||||
$hex = dechex($i);
|
||||
echo "Icon for 0x$hex is '&#x$hex'";
|
||||
echo "<br>";
|
||||
}
|
Reference in New Issue
Block a user