예제 #1
0
파일: Ftp.php 프로젝트: robeendey/ce
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('_useSsl', '_lsPatterns', '_lsMatcher'));
 }
예제 #2
0
 public function __sleep()
 {
     return array_merge(parent::__sleep(), array('_privateKey', '_publicKey', '_hostKey'));
 }