Skip to content

Instantly share code, notes, and snippets.

@ichsanputr
Created June 27, 2025 12:16
Show Gist options
  • Save ichsanputr/2ddeec624576e8e3226aed95159a5f38 to your computer and use it in GitHub Desktop.
Save ichsanputr/2ddeec624576e8e3226aed95159a5f38 to your computer and use it in GitHub Desktop.
<?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