string Sys_GetURLContent (string $URL)
URL | Complete URL |
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.
The function has a default timeout of 10 seconds. If it should be changed, the function Sys_GetURLContentEx can be used
echo Sys_GetURLContent("http://www.google.de");