Service
in package
Table of Contents
Methods
- urlEncode() : string
- URLENCODE.
- webService() : string
- WEBSERVICE.
Methods
urlEncode()
URLENCODE.
public
static urlEncode(mixed $text) : string
Returns data from a web service on the Internet or Intranet.
Excel Function: urlEncode(text)
Parameters
- $text : mixed
Return values
string —the url encoded output
webService()
WEBSERVICE.
public
static webService(string $url) : string
Returns data from a web service on the Internet or Intranet.
Excel Function: Webservice(url)
Parameters
- $url : string
Return values
string —the output resulting from a call to the webservice