Script functions reference > Script functions in alphabetical order > U > URLClose

URLClose
Syntax
URLClose(connectionID);
connectionID
A string specifying the connection ID you specified when opening the file. The connectionID is specified in the URLOpen() function.
Description
Closes the specified connection opened with URLOpen().
Returns
A number indicating whether the file was successfully closed.
0
1
Example
//Close "myconnection" and store the returned value in $closeok
 
$closeok = URLclose("myconnection");
OpenText StreamServe 5.6 Updated: 2013-03-01