md5.write

md5.write

md5.write

Function

Appends text to the summary context and returns a new md5 object.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
textAnyNo''The text to be appended will be converted into a string first when called.

Return value

TypeDescription
Md5Returns a new summary object with appended content.

Example

Notes

  • write does not modify the original md5 object, but returns a new object.