class.handler_edit.php
来自「Professional PHP5 code for this book」· PHP 代码 · 共 17 行
PHP
17 行
<?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 + =
减小字号Ctrl + -
显示快捷键?