Function __global->_handle_data_url_attachments

Definitions

sources/attachments2.php

  • Convert attachments embedded as data URLs (usually the result of pasting in) to real attachment Comcode.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$comcode string required parameter N/A N/A Our Comcode
$type ID_TEXT required parameter N/A N/A The type the attachment will be used for (e.g. download)
$id ID_TEXT required parameter N/A N/A The ID the attachment will be used for
$db object required parameter N/A N/A The database connector to use