📄 class.sweepstakescustomer.php
字号:
<?php require_once('class.Customer.php'); class SweepstakesCustomer extends Customer { public function __construct($customerID) { parent::__construct($customerID); if($this->customerNumber == 1000000) { print "Congratulations $this->name! You're our millionth customer! " . "You win a year's supply of frozen fish sticks! "; } } }?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -