Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get return value from another function laravel

public function Gettoken()
{
    ...

    return $xtoken;
}

public function registerUser()
{
    $xtoken = $this->Gettoken();

    ...
}
 
PREVIOUS NEXT
Tagged: #return #function #laravel
ADD COMMENT
Topic
Name
3+3 =