Created
June 27, 2025 12:16
-
-
Save ichsanputr/2ddeec624576e8e3226aed95159a5f38 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 | |
$이름 = "민수"; | |
$나이 = 25; | |
$키 = 175.5; | |
$학생 = true; | |
$취미 = array("영화감상", "독서", "게임"); | |
$성적 = array("국어" => 85, "영어" => 92, "수학" => 78); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment