Dedecms Word breaker Call Code _php Tutorial

Source: Internet
Author: User
Here you can download dedecms and then find lib_splitword_full.php this file, or to http://down.php100.com download word breaker, according to the following method can be used correctly dedecms word breaker.

DEDECMS Participle system Call code
/*
Here you can download dedecms and then find lib_splitword_full.php Tutorial This file, or to http://down.php100.com download word breaker, according to the following method can be used correctly dedecms word breaker.
*/
Require ("lib_splitword_full.php");

$STR = "Light Market transactions";


$t 1 = exectime ();

$SP = new Splitword ();

$t 2 = Exectime ();

$t 0 = $t 2-$t 1;

echo "Loading time: $t 0

";


echo $sp->findnewword ($sp->splitrmm ($STR)). "";
echo $sp->splitrmm ($STR). "";

$SP->clear ();

echo $str. "
";

$t 3 = Exectime ();
$t 0 = $t 3-$t 2;
echo "
Processing time: $t 0

";


function Exectime () {
$time = Explode ("", Microtime ());
$usec = (double) $time [0];
$sec = (double) $time [1];
return $sec + $usec;
}


http://www.bkjia.com/PHPjc/444865.html www.bkjia.com true http://www.bkjia.com/PHPjc/444865.html techarticle Here you can download dedecms and then find lib_splitword_full.php this file, or to http://down.php100.com download word breaker, according to the following method can be used correctly dedecms points ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.