Source for file substr.php

Documentation is available at substr.php

  1. <?php
  2. require_once dirname(__FILE__).'/../benchconfig.php';
  3. $page file_get_contents(UTF8DATA '/utf8.html' );
  4. for($i 0$i 37919$i+= 1000{
  5.     utf8_substr($page$i);
  6. }
  7. print "Done\n";
  8. ?>

Documentation generated on Thu, 08 Jan 2009 17:48:36 +0100 by phpDocumentor 1.4.0a2