Skip to content

Commit 4de0393

Browse files
committed
php Socket
1 parent 49e0dc6 commit 4de0393

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

PHP/Socket/test.php

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* User: tinywan
5+
* Date: 2017/4/25
6+
* Time: 21:22
7+
*/
8+
9+
10+
/**
11+
* 创建并返回一个套接字,也称作一个通讯节点
12+
* resource socket_create ( int $domain , int $type , int $protocol )
13+
*/
14+
socket_create($domain,$typ,$protocol);

0 commit comments

Comments
 (0)