D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
Filename :
Contact_Vcard_Parse.php
back
Copy
<?php /** * This file is kept for backwards compatibility reasons only * * Parse vCard 2.1 and 3.0 text blocks. * * PHP versions 4 and 5 * * LICENSE: This source file is subject to version 2.0 of the PHP license * that is available through the world-wide-web at the following URI: * http://www.php.net/license/2_02.txt. If you did not receive a copy of * the PHP License and are unable to obtain it through the world-wide-web, please * send a note to license@php.net so we can mail you a copy immediately. * * @category File_Formats * @package Contact_Vcard_Parse * @author Paul M. Jones <pjones@ciaweb.net> * @copyright 1997-2007 The PHP Group * @license http://www.php.net/license/2_02.txt PHP License 2.0 * @version CVS: $Id: Contact_Vcard_Parse.php 246421 2007-11-19 01:45:28Z till $ * @link http://pear.php.net/package/Contact_Vcard_Parse */ require_once 'Contact/Vcard/Parse.php'; ?>