فهرست منبع

* added vcard url, skeleton functions. slow but not to slow ;) more is to come !

centaurix 23 سال پیش
والد
کامیت
1090e5e21d
1فایلهای تغییر یافته به همراه16 افزوده شده و 0 حذف شده
  1. 16 0
      class/helper/VCard.class.php

+ 16 - 0
class/helper/VCard.class.php

@@ -8,8 +8,24 @@
  *
  * This (will) contain functions needed to vCards.
  *
+ * http://www.imc.org/pdi/vcard-21.txt
+ *
  * $Id$
  */
 
 
+class VCard {
+
+function create_vcard ($value_array) {
+
+return $vcard;
+}
+
+function parse_vcard ($vcard) {
+
+return $array;
+}
+
+}
+
 ?>