Downloadliste

Projektbeschreibung

Contact_Vcard_Parse is a PHP class that allows you
to parse vCard files and text blocks, and get back
an array of the elements of each vCard in the file
or text.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-02 08:02
1.31.0

Das Zeilenende-Konvertierung Methode und Kommentare wurden aktualisiert. Ein fileGetContents ()-Methode wurde für Anwender, die ein PHP-Version älter als 4.3.0 hinzugefügt haben. fromFile () wurde aktualisiert, um die fileGetContents ()-Methode. Ein Problem mit Kleinbuchstaben Typ-Definition wurde behoben. unescape () jetzt un-Doppelpunkte pro entgeht dem RFC. Ein Problem, bei dem der Parser nicht, wenn die N, ADR, oder GEO Felder nicht enthalten alle Felder wurde behoben. Augapfel-Test-Dateien wurden in dem Paket hinzugefügt.
Tags: Minor bugfixes
The line-ending conversion method and comments were updated. A fileGetContents() method was added for users who have a version of PHP earlier than 4.3.0. fromFile() was updated to use the fileGetContents() method. A problem with lower case Type-Definition was fixed. unescape() now un-escapes colons per the RFC. A problem where the parser failed when the N, ADR, or GEO fields didn't contain all fields was fixed. eyeball-test files were added to the package.

2003-04-08 19:53
1.2

Alle textbasierten Tasten entfernt wurden (zB der erste Teil eines N-Komponente ist jetzt 0, nicht "Familie"). Tabs wurden Räume für die vollständige Einhaltung PEAR umgewandelt.
Tags: Minor feature enhancements
All text-based keys have been removed (e.g., the first part of an N component is now 0, not 'family'). Tabs have been converted to spaces for full PEAR compliance.

2003-04-01 20:34
1.1

Alle zurückgegebenen Werte werden jetzt bei gleicher "Tiefe" in der zurückgegebenen Array auf die bevorstehenden Contact_Vcard_Build Klasse entsprechen, siehe das neue Dokumentationszentrum auf http://ciaweb.net/free/contact_vcard_parse für einen Überblick. Array Schlüssel Namen für N-und ADR-Datentypen wurden verkürzt (zB "given_name" ist jetzt "gegeben"). Line Entfaltung ersetzt nun nur die erste führende Leerzeichen auf gefalteten Linien, nicht alle führenden Leerzeichen.
Tags: Minor feature enhancements
All returned values are now at equal "depth" in the returned array to match the upcoming Contact_Vcard_Build class; see the new documentation at http://ciaweb.net/free/contact_vcard_parse for an outline. Array key names for N and ADR data types have been shortened (e.g., "given_name" is now "given"). Line unfolding now only replaces the first leading whitespace character on folded lines, not all leading whitespace.

2003-03-16 18:07
1.0

Tags: Initial freshmeat announcement

Project Resources