seterrormode(gnupg::ERROR_EXCEPTION); try { $pubkey=file_get_contents('res/file/key.pub'); $pubkey_info = $gpg->import($pubkey); var_dump($pubkey_info); } catch (Exception $e) { echo 'ERROR: ' . $e->getMessage(); }*/ $resource_path="res/"; $js_path=$resource_path."js/"; $css_path=$resource_path."css/"; $img=$resource_path."images/"; ?>