Documentation

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(mixed $url[, Cell|null $cell = null ]) : string

Returns data from a web service on the Internet or Intranet.

Excel Function: Webservice(url)

Parameters
$url : mixed
$cell : Cell|null = null
Return values
string

the output resulting from a call to the webservice


        
On this page

Search results