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

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. include_once 'include/head.php';
  3. include_once 'include/header.php';
  4. ?>
  5. <h2>Introduction</h2>
  6. <p>Contact_AddressBook is a PEAR package provide import-export address book mechanism. Contact_AddressBook refers to needed structure, convert the various address book structure format into it, then you can easily store it into file, database or another storage media.</p>
  7. <dl>
  8. <dt><b>Currently supportted formats:</b></dt>
  9. <dt>1. KMail (KDE Mailer) CSV</dt>
  10. <dt>2. Mozilla/Thunderbird/Netscape CSV</dt>
  11. <dt>3. Microsoft Outlook CSV</dt>
  12. <dt>4. Palm Pilot CSV</dt>
  13. <dt>5. Microsoft Windows Address Book (WAB) CSV</dt>
  14. <dt>6. Yahoo! Mail Address Book</dt>
  15. <dt>7. Eudora</dt>
  16. <dt>8. Gmail Address Book</dt>
  17. </dl>
  18. <dl>
  19. <dt><b>Examples</b></dt>
  20. <dt>1. <a href="import.php">Import</a></dt>
  21. <dt>2. <a href="export.php">Export</a></dt>
  22. </dl>
  23. <?php
  24. include_once 'include/footer.php';
  25. ?>

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