File_IMC
[ class tree: File_IMC ] [ index: File_IMC ] [ all elements ]

Source for file vcalendar_parse_example.php

Documentation is available at vcalendar_parse_example.php

  1. <?php
  2.  
  3. require_once 'File/IMC.php';
  4.  
  5. $parse File_IMC::parse('vCalendar');
  6.  
  7. // parse a vCalendar file and store the data
  8. // in $calinfo
  9. $calinfo $parse->fromFile('sample.vcs');
  10.     
  11. // view the calendar info array
  12. echo '<pre>';
  13. print_r($calinfo);
  14. echo '</pre>';
  15.  
  16. ?>

Documentation generated on Mon, 11 Mar 2019 15:49:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.