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