/* Locate where is located in html file. */ $lBound = strpos($msg, '') + 7; //7 is the lengh of .
if ($lBound return;
/* Locate where is located in html file. */ $uBound = strpos($msg, '', $lBound);
if ($uBound return;
/* Clean HTML and PHP tags out of $title with the madness below. */ $title = ereg_replace("[tnr]", '', substr($msg, $lBound, $uBound - $lBound)); $title = trim(strip_tags($title));
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn