TestStream.php 186 B

1234567891011
  1. <?php
  2. namespace EasySwoole\Spl\Test\Stream;
  3. class TestStream {
  4. public function __toString()
  5. {
  6. // TODO: Implement __toString() method.
  7. return 'EsObject';
  8. }
  9. }