| |
|
|
| string = dev.internet.http ( string url [, bool Sync = true [, { string file | proc Proc } [, aray values]]])
Webserver/ URL-call, läd and sends data by http-log on Webserver.
Return Value: String, Reply Websevers.
Optional, 2. Parameter true (default) or false, whether synchron loaded go should. with false and without 3. optionalen Parameter becomes the Content nirgends there loaded separate mere the call asynchron discontinued.
Third Parameter optional, Funktionsname or Dateiname, according to the whether to the Download the heruntergeladene Content on a function transfer go or as File stored go should.
fourth Parameter can one Assoziatives aray his with Variablennamen and its Values, The by GET transfer go should.
is the 4. Parameter just one String, then becomes the String base64-kodiert transfer by mail into serverside abrufbare Variable $_GET["data"]. is the 4. Parameter one assoziatives aray, then go any values transfer by GET into serverside abrufbaren Variable with same names as Schlüsselnamen in the aray.
Keywords: http,download,dw.get |
|
|
| |
|
|