Function Mail_dispatcher_smtp->fwrite

Definitions

sources/mail.php

  • Wrapper for fwrite that adds logging.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$handle resource required parameter N/A N/A The file handle
$text string required parameter N/A N/A The string to write to the file

Return

  • The number of bytes written (false: error)
  • Type: ~integer
  • Set: N/A
  • Range: N/A