Strips the UID (primary key) information as client and server might use
different ones.
Charset conversions might be added here too.
public convertServer2Client ( string $content, string $contentType, string $database ) : array | ||
$content | string | The content to convert |
$contentType | string | The content type of content as returned from the backend |
$database | string | The server database URI. |
return | array | Three-element array with the converted content, the (possibly changed) new content type, and encoding type (like b64 as used by Funambol). |