📄 class.handler_edit.php
字号:
<?phprequire_once('class.Event_Handler.php');class handler_Edit extends Event_Handler { private $handle; function __construct($event_handle){ $this->handle = $event_handle; } function handled_event(){ echo "This is event $this->handle, which is now handled - no kidding! <BR>"; }}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -