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

Element index for package Contact_Vcard_Parse

[ c ] [ f ] [ p ] [ s ] [ t ] [ u ]

c

Contact_Vcard_Parse
in file Parse.php, class Contact_Vcard_Parse
    Parser for vCards.
Contact_Vcard_Parse.php
procedural page Contact_Vcard_Parse.php
convertLineEndings
in file Parse.php, method Contact_Vcard_Parse::convertLineEndings()
    Converts line endings in text.
top

f

fileGetContents
in file Parse.php, method Contact_Vcard_Parse::fileGetContents()
    Reads the contents of a file. Included for users whose PHP < 4.3.0.
fromFile
in file Parse.php, method Contact_Vcard_Parse::fromFile()
    Reads a file for parsing, then sends it to $this->fromText() and returns the results.
fromText
in file Parse.php, method Contact_Vcard_Parse::fromText()
    Prepares a block of text for parsing, then sends it through and returns the results from $this->fromArray().
top

p

Parse.php
procedural page Parse.php
top

s

splitByComma
in file Parse.php, method Contact_Vcard_Parse::splitByComma()
    Splits a string into an array at commas. Honors backslash- escaped commas (i.e., splits at ',' not '\,').
splitBySemi
in file Parse.php, method Contact_Vcard_Parse::splitBySemi()
    Splits a string into an array at semicolons. Honors backslash- escaped semicolons (i.e., splits at ';' not '\;').
top

t

test.php
procedural page test.php
top

u

unescape
in file Parse.php, method Contact_Vcard_Parse::unescape()
    Used to make string human-readable after being a vCard value.
top

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