IConvertible.php 67 B

1234
  1. <?php
  2. interface IConvertible{
  3. public function Convert($item);
  4. }