@@ -1,5 +1,7 @@
<?php
function scanOG($url) {
declare(strict_types=1);
function scanOG(string $url): array {
$og = array();
$html = file_get_contents($url);
@@ -12,4 +14,4 @@ function scanOG($url) {
//print_r($og);
return $og;
}
?>
The note is not visible to the blocked user.