Socket.php 65 B

123456789
  1. <?php
  2. class Socket{
  3. public static function open(){
  4. }
  5. }