Guest User

Untitled

a guest
Jan 22nd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. require_once 'VcfReader.php';
  3.  
  4. $reader = new Utility_VcfReader(__DIR__ . '/contacts.vcf');
  5. echo $reader->export('hasile.xml');
Add Comment
Please, Sign In to add comment