-
icnov()查看全部
-
APP 版本接口數(shù)據(jù)表設(shè)計(jì)2查看全部
-
APP 版本接口數(shù)據(jù)表設(shè)計(jì)查看全部
-
三種接口模式查看全部
-
單例模式查看全部
-
定時(shí)任務(wù)查看全部
-
定時(shí)任務(wù)查看全部
-
public static function json($code,$message='',$data=array()){ if(!is_numeric($code)){ return ''; } $result=array( 'code'=>$code, 'message'=>$message, 'data'=>$data ); echo json_encode($result); exit; }查看全部
-
public static function xml(){ $xml="<?xml version='1.0' encoding='UTF-8'?>\n"; // \n用于換行 $xml.="<root>\n"; $xml.="<code>200</code>\n"; $xml.="<message>數(shù)據(jù)返回成功</message>\n"; $xml.="<data>\n"; $xml.="<id>1</id>\n"; $xml.="<name>siwang</name>\n"; $xml.="</data>\n"; $xml.="</root>"; echo $xml; }查看全部
-
PHP操作Memcache查看全部
-
PHP操作Redis查看全部
-
Redis數(shù)據(jù)操作查看全部
-
通信數(shù)據(jù)標(biāo)準(zhǔn)格式查看全部
-
app表、客戶端表查看全部
-
版本升級(jí)信息表:管理版本升級(jí)的一些信息!查看全部
舉報(bào)
0/150
提交
取消