<?php
interface IEmployee
{
function working();
} interface IDeveloper
{
function Coding();
} class Person implements IEmployee,IDeveloper
{
function working()
{} function Coding(){}
}
?>
相关文章
- WNMP环境搭建步骤 nginx1.4.3+php-5.3.27+mysql-5.5+RunHiddenConsole
- SqlServer查询中使用事务
- jQuery的$.get()函数不执行以及php端报错Uncaught Error: Call to a member function bind_param() on boolean in...
- mkyaffs2image制作根文件系统、使用NFS挂载虚拟机目录(2)
- solrcloud使用问题记录
- zabbix使用tokudb引擎替换innodb引擎
- PHP获取微信 accesstoken
- 有关使用phpstudy搭建sqli-lab环境搭建时发生Uncaught Error: Call to undefined function mysql_connect()错误
- 如何高效的使用 Git---转
- 比较好用的php函数