Method Parser.RCS()->create()
- Method create
Parser.RCS Parser.RCS(string|void file_name, string|int(0..0)|void file_contents, void|int max_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, but file_name was 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.