Last active
July 31, 2021 12:55
-
-
Save maco1028/c72313bc7b0ad6f68ccf36e8bfd80cc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $nameran=array('ぐー','ちょき','ぱー'); $numa=wp_rand( 0, 2 ); echo '<p>'.$nameran[$numa].'</p>';?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment