dolibarr
x.y.z
|
Class to manage vCard files. More...
Go to the source code of this file.
Classes | |
class | vCard |
Class to buld vCard files. More... | |
Functions | |
encode ($string) | |
Encode a string for vCard. More... | |
dol_quoted_printable_encode ($input, $line_max=76) | |
Taken from php documentation comments No more used. More... | |
Class to manage vCard files.
Definition in file vcard.class.php.
dol_quoted_printable_encode | ( | $input, | |
$line_max = 76 |
|||
) |
Taken from php documentation comments No more used.
string | $input | String |
int | $line_max | Max length of lines |
Definition at line 46 of file vcard.class.php.
encode | ( | $string | ) |
Encode a string for vCard.
string | $string | String to encode |
Definition at line 32 of file vcard.class.php.
Referenced by vCard\setOrg(), vCard\setProdId(), and vCard\setUID().