<?php namespace App\Inter; interface SendCodeInterFace { public function send($phone, $ip, $UserID, $Content); }