Interface.class.php 115 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php /** * 定义实现的接口 */ interface Util_Ws_Adapter_Interface { public function getWords($inputs); }