コード例 #1
0
	/**
	 * Return the host's fully qualified domain name
	 *
	 * @return string
	 */
	function getFullyQualifiedHostName() {
		return $this->getHostName() . '.' . $this->domain->getFullyQualifiedDomainName();
	}