string Sys_GetURLContentEx (string $URL, array $Parameter)
URL | Complete URL |
||||||||||||||||||
Parameter | Array with index => value pairs
|
If the command was executed successfully, it returns the result of the website contents (including binary code), otherwise FALSE.
Reads the contents of the URL and returns it as a return value. Here, some Parameter for timeouts, authentication and proxy are made.
echo Sys_GetURLContentEx("http://www.google.de", Array("AuthUser"=> "test", "AuthPass"=> "test"));