Function url_exists
Checks the existence of a remote file since file_exists() does not do remote. will return false if the file is "moved permanently" or similar.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
string |
$url |
The URL to parse |
boolean
|
Whether the specified URL exists |