Function Mail_dispatcher_base->mail_css_rep_callback
Definitions
sources/mail.php
- Replace CSS image references such that it is CIDed. Callback for preg_replace_callback.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $matches | array | No | No | required parameter | N/A | N/A | Matches |
Returns
- Replacement
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Replace CSS image references such that it is CIDed. Callback for preg_replace_callback.
*
* @param array $matches Matches
* @return string Replacement
*/
protected function mail_css_rep_callback(array $matches) : string
* Replace CSS image references such that it is CIDed. Callback for preg_replace_callback.
*
* @param array $matches Matches
* @return string Replacement
*/
protected function mail_css_rep_callback(array $matches) : string

