Socket Functions
From UBot Studio
(Difference between revisions)
(Created page with "The '''Socket Functions''' allow you to grab information from a webpage via the underlying socket connections. File:sfunctions.jpg == Socket Functions == *[[socket page...") |
|||
Line 1: | Line 1: | ||
The '''Socket Functions''' allow you to grab information from a webpage via the underlying socket connections. | The '''Socket Functions''' allow you to grab information from a webpage via the underlying socket connections. | ||
− | [[File: | + | [[File:sockfunc.jpg]] |
== Socket Functions == | == Socket Functions == |
Revision as of 16:47, 28 October 2013
The Socket Functions allow you to grab information from a webpage via the underlying socket connections.
Socket Functions
- socket page headers: Returns the header information for the most recent navigate command.
- socket get cookies: Returns the current cookies string for the given url.
- $url encode: Encodes a string into url format.
- socket page html: Returns the page html for the last navigate command.
- $url decode: Decodes a string from url format.