PHPMailer::set
Set (or reset) Class Objects (variables)
Usage Example: $page->set('X-Priority', '3');
Signature
public function set(string
$name,
[string
$value = ''] )
Parameters
-
$name
-
$value
Returns
- bool
Errors/Exceptions
Tasks
Line | Task |
---|---|
2725+ | Should this not be using __set() magic function? |