Class Http
Methods summary
public static
string|null
|
|
public static
boolean
|
|
public static
integer
|
|
public static
string
|
|
public static
string
|
|
public static
boolean
|
#
grab_image( string $url, string $save_to )
Quick and dirty function to save an image (or any binary data transfered by url) from the internet |
public static
array
|
|
public static
string
|
|
public static
string
|
#
extract_domain_from_url( string $url )
In PHP : http://w-shadow.com/blog/2012/08/28/tldextract/ In nodejs : https://github.com/oncletom/tld.js |
public static
string
|
|
public static
|
|
public static
boolean
|
|
public static
string
|
#
get_redirect_url( string $url )
Gets the address that the provided URL redirects to, or false if there's no redirect. |
public static
array
|
#
get_all_redirects( string $url )
get_all_redirects() Follows and collects all redirects, in order, for the given URL. |
public static
string
|
#
get_final_url( string $url )
get_final_url() Gets the address that the URL ultimately leads to. Returns $url itself if it isn't a redirect. |