\PHPExcel_Reader_Excel5_RC4

PHPExcel_Reader_Excel5_RC4

Summary

Methods
Properties
Constants
__construct()
RC4()
$s
$i
$j
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$s

$s : 

Type

$i

$i : 

Type

$j

$j : 

Type

Methods

__construct()

__construct(string  $key) 

RC4 stream decryption/encryption constrcutor

Parameters

string $key

Encryption key/passphrase

RC4()

RC4(string  $data) : string

Symmetric decryption/encryption function

Parameters

string $data

Data to encrypt/decrypt

Returns

string