Function __global->_imap_server_spec

Definitions

sources/mail2.php

  • Get an IMAP/POP3 connection string.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$host string required parameter N/A N/A The hostname
$port integer required parameter N/A N/A The port
$type ?string Null N/A N/A The protocol (null: autodetect)

Return

  • Connection string
  • Type: string
  • Set: N/A
  • Range: N/A