class Data_Diri {
public $name = "Zahro Ali Marzukah";
public $address = "Tanggerang-Banten";
public $age = "19 Years Old";
public function name_card(){
print_r ("Hello My Name Is", $this->name);
print_r ("I live in", $this->address);
print_r ("HI My Age is", $this->age);
}
}
$call = new Data_Diri;
$call->name_card();
print_r($call);
User details |
User ID |
3162951 |
last login |
23 hours, 49 minutes ago |
member since |
2 months, 1 week, 1 day ago |
Keyboard Layout |
Qwerty-based |
Keyboard |
QWERTY PHP Mysql |
Words typed |
10,084 |
Tests taken |
131 |
Competitions taken |
16 (0) |