Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分の変数をエコーしたい。
例えば:
<?php echo $MONTH09; // Return September ?>
次のように構築する必要があります。
<?php echo $$."MONTH".date('m'); ?>
しかし、うまくいきません。
ご協力いただきありがとうございます。