Skip to content

Instantly share code, notes, and snippets.

@hayata19791218
Created November 27, 2022 20:54
<?php if(条件):?>
条件が成立している時の内容
<?php else:?>
条件が成立しない時の内容
<?php endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment