Home  >  Article  >  Backend Development  >  Function calling problem in yaf framework

Function calling problem in yaf framework

WBOY
WBOYOriginal
2016-09-29 09:33:031138browse

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

Is abc() in abcAction() calling itself?

Reply content:

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

Is abc() in abcAction() calling itself?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn