load_web_page
load_web_page($url,$size=0); - load the contents of the specified page
The function accepts parameters as input:
$url – address of the page to load$size – size of the page to load in bytes (if size=0, the entire page is loaded) - available from 4.10.9
After testing, the function returns the result of its work to the script :
Page content – the Content of the specified page