Method Parser.RCS()->create()
- Method create
Parser.RCS Parser.RCS(string|voidfile_name,string|int(0..0)|voidfile_contents,void|intmax_revisions)- Description
Initializes the RCS object.
- Parameter
file_name The path to the raw RCS file (includes trailing ",v"). Used mainly for error reporting (truncated RCS file or similar). Stored in rcs_file_name.
- Parameter
file_contents If a string is provided, that string will be parsed to initialize the RCS object. If a zero (
0) is sent, no initialization will be performed at all. If no value is given at all, butfile_namewas provided, that file will be loaded and parsed for object initialization.- Parameter
max_revisions Maximum number of revisions to process. If unset, all revisions will be processed.