const OPTION_IGNORE_INVALID_LINES
If this option is turned on, any lines we cannot parse will be ignored by the reader.
static readXML($data, $options=0)
Parses a xCard or xCal object, and returns the top component.
iCalendar/vCard/jCal/jCard/xCal/xCard reader object.
const OPTION_FORGIVING
If this option is passed to the reader, it will be less strict about the validity of the lines...
static readJson($data, $options=0)
Parses a jCard or jCal object, and returns the top component.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.