From Property
The email address of the HTTP agent (optional).
Object Oriented Interface
public function getFrom(); public function setFrom($value);
Procedural Interface
ipworks_http_get($res, 22 ); ipworks_http_set($res, 22, $value );
Default Value
''
Remarks
This property contains the email address of the HTTP agent (optional). If it contains a non-empty string, an HTTP From: header is added to the request. This header generally gives the email address of the requester of the document.
This property is not available at design time.
Data Type
String