Documentation

Horde_Pgp_Armor
in package
implements Countable, SeekableIterator

Parse PGP armored text data.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2002-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Interfaces, Classes and Traits

Countable
SeekableIterator

Table of Contents

$_current  : Horde_Pgp_Element
Current element for iterator.
$_data  : Horde_Stream
Armor data.
$_key  : int
Current key for iterator.
__construct()  : mixed
Constructor.
count()  : mixed
create()  : Horde_Pgp_Armor
Create an armor object from input, if not already an armor object.
current()  : mixed
key()  : mixed
next()  : mixed
rewind()  : mixed
seek()  : mixed
valid()  : mixed

Properties

$_data

Armor data.

protected Horde_Stream $_data

$_key

Current key for iterator.

protected int $_key

Methods

__construct()

Constructor.

public __construct(mixed $data) : mixed
Parameters
$data : mixed
Return values
mixed

count()

public count() : mixed
Return values
mixed

create()

Create an armor object from input, if not already an armor object.

public static create(mixed $data) : Horde_Pgp_Armor
Parameters
$data : mixed

Input data.

Return values
Horde_Pgp_Armor

Armor object.

current()

public current() : mixed
Return values
mixed

key()

public key() : mixed
Return values
mixed

next()

public next() : mixed
Return values
mixed

rewind()

public rewind() : mixed
Return values
mixed

seek()

public seek(mixed $position) : mixed
Parameters
$position : mixed
Return values
mixed

valid()

public valid() : mixed
Return values
mixed

Search results