<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>XPM3_MAIL->timeout()</title>
<style>
body, pre {
font-family: Verdana;
font-size: 10pt;
}
</style>
</head>
<body bgcolor="#f1f3f5" topmargin="10" leftmargin="14">
<pre>
XPM3_MAIL -> <i>boolean</i> <b>timeout</b> ( <i>integer</i> secounds )
<hr>
Returns TRUE if has been successfully set, FALSE if not.
Set the socket timeout connection in mail delivery "client" method.
<i>Notice</i>: the default value for timeout connection is 30 secounds.
Example:
<table border="0" bgcolor="white">
<tr><td>
<pre><code>
$m = new XPM3_MAIL;
// set delivery method to "client"
$m->Delivery('client');
// set timeout connection in secounds
$m->TimeOut(10);
</code></pre>
</td></tr>
</table>
<hr color="white">
[ <a style="color: blue; text-decoration: none" href="mailto:hide@address.com?subject=Comment XPM3_MAIL TimeOut">Comments</a> ]
Last update: Thursday, December 14, 2006
</pre>
</body>
</html>