Method |
Description |
|
createGoid ( string $uid, $options = [] ) : string |
Create a MAPI GOID from a UID
See http://msdn.microsoft.com/en-us/library/ee157690%28v=exchg.80%29 |
|
decodeBase64 ( $uri ) : array |
Decode a base64 encoded URI |
|
ensureUtf8 ( string $data, string $from_charset ) : string |
Ensure $data is converted to valid UTF-8 data. Works as follows:
Converts to UTF-8, assuming data is in $from_charset encoding. If
that produces invalid UTF-8, attempt to convert to most common mulitibyte
encodings. If that *still* fails, strip out non 7-Bit characters. |
|
getUidFromGoid ( string $goid ) : string |
Obtain the UID from a MAPI GOID. |
|