관리-도구
편집 파일: Struct.php
<?php class Struct { public $var; public function __construct($var) { $this->var = $var; } }