get_user_message

Retrieve the given message ID

Permissions are always honoured so messsges to other users will not be accessible.

Variable Description Data type
$ref * Message ID integer

Return values

An array with three elements: 'message' => message text,'url'=> message URL and 'owner' => message owner.
Returns false if user has no access or the requested message doesn't exist.