コード例 #1
0
ファイル: Manager.php プロジェクト: mangati/php-ldap
 /**
  * @return bool
  */
 public function isConnected()
 {
     $this->conn->isConnected();
 }