02 2016 档案

摘要:protected function checkphone(){ if(preg_match("/^1[34578]\d{9}$/", $phone)){ return false; }else{ return true; } } 阅读全文
posted @ 2016-02-24 13:08 浅痕zlx 阅读(366) 评论(0) 推荐(0)
摘要:php调用webservice的方法try{ $client = new SoapClient("http://127.0.0.1:8888/xx/xx?wsdl"); $param = array('arg0' => 'test','arg1' => $result,'arg2' => null) 阅读全文
posted @ 2016-02-23 14:53 浅痕zlx 阅读(245) 评论(0) 推荐(0)