06 2017 档案

摘要:class test{ public $b; //function __construct(){ // return $this->b; // } function test(){ return $this->b = 5; } function addab($c){ return $this->b+ 阅读全文
posted @ 2017-06-15 09:40 yahn~ 阅读(126) 评论(0) 推荐(0)
摘要:<form action="http://api.emailcar.net/mail/send" enctype="multipart/form-data" accept-charset="utf-8" method="post"> apiUser:<input type="text" name=" 阅读全文
posted @ 2017-06-02 17:35 yahn~ 阅读(361) 评论(4) 推荐(0)
摘要:<?php class sms_send{ /** *短信模板添加 */ function sms_add(){ //短信签名 $data['sign'] = 'emailcar'; //短信标题 $data['title'] = '您的测试短信2'; //短信内容 $data['content'] 阅读全文
posted @ 2017-06-02 15:05 yahn~ 阅读(228) 评论(0) 推荐(0)