Created
June 27, 2025 12:18
-
-
Save ichsanputr/c444c8ea8d36e8f5f7fdd41ecb243513 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
$학생들 = array("민수", "지은", "민준"); | |
foreach ($학생들 as $학생) { | |
echo "안녕하세요, $학생님!<br>"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment