Source for file String.php

Documentation is available at String.php

  1. <?php
  2.  
  3. class PHPFIT_TypeAdapter_String extends PHPFIT_TypeAdapter {
  4. public function equals($a, $b) {
  5. return strcmp($a, $b) == 0;
  6. }
  7.  
  8. public function parse($s) {
  9. return $s;
  10. }
  11. }
  12. ?>

Documentation generated on Sun, 02 Apr 2006 23:21:40 +0000 by phpDocumentor 1.3.0RC5