/if文
Created
November 27, 2022 20:54
This file contains 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 if(条件):?> | |
条件が成立している時の内容 | |
<?php else:?> | |
条件が成立しない時の内容 | |
<?php endif;?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment