This shows you the differences between two versions of the page.
— |
http_get_contents [2019/12/17 12:13] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== http_get_contents ====== | ||
+ | ---- | ||
+ | http_get_contents - Reads website into a string | ||
+ | |||
+ | ===== Description ===== | ||
+ | http_get_contents("$url") | ||
+ | | ||
+ | This function returns a string | ||
+ | |||
+ | |||
+ | ===== Parameters ===== | ||
+ | ** $url **\\ | ||
+ | URL of the website to read |