Пример #1
0
 public function getError()
 {
     $err = $this->ftp->PopError();
     if ($err) {
         return $err['msg'];
     }
 }