/* 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));
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn