This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
YLSJ
/
server
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
ad5ebed7f1
Branches
Tags
TTT
dev
hw
master
mi
t2
yyb
server
/
Gameserver
/
Amfphp
/
service_call
/
pay
/
aligame
/
model
/
DomainInfo.php
DomainInfo.php
135 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
* 天雷系统解析的返回对象
*/
class DomainInfo{
public $domain;
public $ipAddress;
public $ctime;
}