suchen

Heim  >  Fragen und Antworten  >  Hauptteil

php - yaf框架中的函数调用问题

public function abcAction(){
    $tList = Tool_Fnc::rpc_client($tWalletinfo)->abc();
    exit;
}

请问 abcAction()中的abc()是调用自己么?

PHP中文网PHP中文网2773 Tage vor288

Antworte allen(2)Ich werde antworten

  • 大家讲道理

    大家讲道理2017-04-11 10:33:50

    工具方法中的 rpc_client 这里应该是抛到了什么客户端吧,Rpc框架对吧,abc并不是调用它自己

    Antwort
    0
  • 大家讲道理

    大家讲道理2017-04-11 10:33:50

    abc是你的前台页面HTML的名字

    Antwort
    0
  • StornierenAntwort