PHPコードを実行中...

PHP おみくじ結果

<?php $luck = 0b110; if ($luck === 6) { return "中吉"; } return "凶";

まずは結果を予想してみよう!

👆 PHPコードを実行して運勢を見る