Skip to content

Instantly share code, notes, and snippets.

@maco1028
Last active July 31, 2021 12:55
Show Gist options
  • Save maco1028/c72313bc7b0ad6f68ccf36e8bfd80cc1 to your computer and use it in GitHub Desktop.
Save maco1028/c72313bc7b0ad6f68ccf36e8bfd80cc1 to your computer and use it in GitHub Desktop.
<?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