localhost のコードに問題があり、wampserver を使用しています。
エラーと解決策が見つかりませんでした。
エラーは次のとおりです。
Notice: C:\wamp\www\Test.php 行 74 の未定義のオフセット: 0
$html = curl_exec($ch);
[...]
preg_match_all("(<title>(.*)<\/title>)siU", $html, $title);
$metas = get_meta_tags($url, 1);
/* Line 74 */ $title = $title[1][0];
$titulo = html_entity_decode("$title", ENT_QUOTES, 'UTF-8');
$descripcion = isset($metas["description"])?$metas["description"] : '';
$keywords = isset($metas["keywords"])?$metas["keywords"] : '';
彼らはどのように解決できますか??
ご挨拶と感謝!