MD5
in package
Table of Contents
Methods
- __construct() : mixed
- MD5 stream constructor.
- add() : void
- Add data to context.
- getContext() : string
- Get MD5 stream context.
- reset() : void
- Reset the MD5 stream context.
Methods
__construct()
MD5 stream constructor.
public
__construct() : mixed
add()
Add data to context.
public
add(string $data) : void
Parameters
- $data : string
-
Data to add
getContext()
Get MD5 stream context.
public
getContext() : string
Return values
stringreset()
Reset the MD5 stream context.
public
reset() : void