摘要: 首先来看下两个方法的定义:函数原型:array split (string $pattern, string $string [, int $limit])函数原型:array explode ( string $separator, string $string [, int $limit])初看... 阅读全文
posted @ 2015-11-08 18:06 冰雪一舟 阅读(3043) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include #include int main(int argc, char *argv[]){ struct sockaddr_in sin = { 0 }; struct arpreq myarp = { { 0 } ... 阅读全文
posted @ 2015-11-08 12:13 冰雪一舟 阅读(4565) 评论(0) 推荐(0) 编辑