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

Class: Contact_AddressBook_CSV

Source Location: /Contact_AddressBook-0.5.1/Contact/AddressBook/CSV.php

Class Overview


Global class for CSV class.


Author(s):

Version:

  • Release: 0.5.1

Copyright:

  • Copyright (c) 2004-2005 Firman Wandayandi

Methods


Inherited Variables

Inherited Methods


Class Details

[line 107]
Global class for CSV class.
  • Author: Firman Wandayandi <firman@php.net>
  • Version: Release: 0.5.1
  • Copyright: Copyright (c) 2004-2005 Firman Wandayandi
  • Since: Class available since Release 0.4.0alpha1
  • License: BSD License


[ Top ]


Method Detail

getConfig   [line 122]

array|PEAR_Error getConfig( string $format)

Load CSV file format configuration for the specified CSV address book, then return it.
  • Return: An array of config on success or PEAR_Error on failure.
  • Access: public

Parameters:

string   $format   —  Address book format.

[ Top ]

getHeader   [line 165]

array|PEAR_Error getHeader( string $format, [string $language = null])

Load CSV file format configuration for the specified CSV address book, then return it.
  • Return: An array of header on success or PEAR_Error on failure.
  • Access: public

Parameters:

string   $format   —  Address book format.
string   $language   —  (optional) Address book languange (use language code), default is "en".

[ Top ]


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