Source for file strpos.php

Documentation is available at strpos.php

  1. <?php
  2. require_once dirname(__FILE__).'/../benchconfig.php';
  3. $page file_get_contents(UTF8DATA '/utf8.html' );
  4. foreach range('A''Z'as $char {
  5.     print utf8_strpos($page$char)."\n";
  6. }
  7. ?>

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