Element index for package Contact_Vcard_Parse
[ c ]
[ f ]
[ s ]
[ t ]
[ u ]
top
f
- fileGetContents
- in file Contact_Vcard_Parse.php, method Contact_Vcard_Parse::fileGetContents()
Reads the contents of a file. Included for users whose PHP < 4.3.0.
- fromFile
- in file Contact_Vcard_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 Contact_Vcard_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
s
- splitByComma
- in file Contact_Vcard_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 Contact_Vcard_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
top
top
Documentation generated on Mon, 11 Mar 2019 14:19:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|