Blame | Last modification | View Log | RSS feed
<?php#使用命名空間qbpwcfnamespace interA{#界面裡面的函數不能有{}的東西存在#http://stackoverflow.com/questions/12887105/empty-abstract-function-cannot-contain-bodyinterface interface_A{function A();}#interface_A endclass interfaceA implements interface_A{function A(){echo __NAMESPACE__ ."::". __CLASS__ ."::". __FUNCTION__;}#function A end}#class intetfaceA end}#namespace qbpwcf end?>