commit existing workshops
This commit is contained in:
6
workshop3/Emoji/index.php
Executable file
6
workshop3/Emoji/index.php
Executable 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