socket_accept — Accepts a connection on a socket

socket_addrinfo_bind — Create and bind to a socket from a given addrinfo

socket_addrinfo_connect — Create and connect to a socket from a given addrinfo

socket_addrinfo_explain — Get information about addrinfo

socket_addrinfo_lookup — Get array with contents of getaddrinfo about the given hostname

socket_clear_error — 清除套接字或者最后的错误代码上的错误

socket_cmsg_space — Calculate message buffer size

socket_create_listen — Opens a socket on port to accept connections

socket_create_pair — Creates a pair of indistinguishable sockets and stores them in an array

socket_create — 创建一个套接字(通讯节点)

socket_export_stream — Export a socket into a stream that encapsulates a socket

socket_get_option — Gets socket options for the socket

socket_getopt — 别名 socket_get_option

socket_getpeername — Queries the remote side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type

socket_getsockname — Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type

socket_last_error — Returns the last error on the socket

socket_listen — Listens for a connection on a socket

socket_read — Reads a maximum of length bytes from a socket

socket_recv — 从已连接的socket接收数据

socket_recvfrom — Receives data from a socket whether or not it is connection-oriented

socket_recvmsg — Read a message

socket_select — Runs the select() system call on the given arrays of sockets with a specified timeout

socket_send — Sends data to a connected socket

socket_sendmsg — Send a message

socket_sendto — Sends a message to a socket, whether it is connected or not

socket_set_block — Sets blocking mode on a socket

socket_set_nonblock — Sets nonblocking mode for file descriptor fd

socket_set_option — Sets socket options for the socket

socket_setopt — 别名 socket_set_option

socket_shutdown — Shuts down a socket for receiving, sending, or both

socket_strerror — Return a string describing a socket error

socket_write — Write to a socket

socket_wsaprotocol_info_export — Exports the WSAPROTOCOL_INFO Structure

socket_wsaprotocol_info_import — Imports a Socket from another Process

socket_wsaprotocol_info_release — Releases an exported WSAPROTOCOL_INFO Structure

sockets php,PHP: Sockets - Manual相关推荐

  1. php sockets, swoole 扩展安装

    swoole扩展依赖sockets扩展. 所以要先安装sockets扩展,sockets扩展在php源码包中存在. 所以要先下载对应版本的php源码 php源码ext目录 wget https://w ...

  2. HTML5权威指南--Web Storage,本地数据库,本地缓存API,Web Sockets API,Geolocation API(简要学习笔记二)...

    1.Web Storage HTML5除了Canvas元素之外,还有一个非常重要的功能那就是客户端本地保存数据的Web Storage功能. 以前都是用cookies保存用户名等简单信息. 但是coo ...

  3. 改oracle sockets,安装GI最后检查时出现warning - Domain Sockets,PRVG-11750

    Red Hat Linux 6.5 ,  Oracle 12.1.0.2 GI , 两节点, 之前安装过GI及RAC数据库, 由于人为异常将目录权限更改混乱,后手工删除,重新装GI及RAC. 在安装G ...

  4. Unix Domain Sockets

    轉載自 原文地址 http://www.thomasstover.com/uds.html 轉載自 中文http://bbs.sjtu.edu.cn/bbstcon,board,GNULinux,re ...

  5. Introduction to the Peer-to-Peer Sockets Project

    http://onjava.com/lpt/a/4421 ------------------------------------------------------------      Publi ...

  6. Windows Sockets 规范及应用

    Windows Sockets 规范及应用 -Windows网络编程接口 施 炜    李 铮    秦 颍         编著 ********************************** ...

  7. php sorcket_PHP: Sockets - Manual

    socket_accept - Accepts a connection on a socket socket_addrinfo_bind - Create and bind to a socket ...

  8. R 数据的导入和导出

    2019独角兽企业重金招聘Python工程师标准>>> R 数据的导入和导出 这是从R中导入或导出数据的一个指导手册. 本文档的当前版本为0.01 β.该文档译自 R-2.6.1 文 ...

  9. 在php输出字符串时执行html标签,把字符串作为PHP代码执行

    用户评论: maxim at inbox dot ru (2012-06-11 13:55:29) Another way to catch eval() error: $exeption= eval ...

最新文章

  1. 当今主流分割网络有哪些?12篇文章一次带你看完
  2. C++ cin.ignore()用法
  3. ORA-28002: the password will expire
  4. QImage与OpenCV中的MAT图像格式转换
  5. Android 4.4.2 动态添加JNI库方法记录 (一 JNI库层)
  6. 怎样把水货E72升级后英文变中文
  7. 一些用JAVA实现的小题目
  8. tensorflow.js基本使用 图标识别(八)
  9. 将鼠标放在A标签上时浏览器左下角会显示跳转后界面地址,如何隐藏
  10. java应用程序 从 mian函数进入子程序*
  11. JDE 的扫盲知识介绍。。。
  12. Latex带序号的项目符号列表
  13. 用layui+metinfo 实现分页获取频道观看日志
  14. linux桌面分辨率太高,将Ubuntu调整到高DPI分辨率屏幕
  15. 牛批,Ceph RBD 备份与恢复完全指南
  16. html样式表是不是css,css样式是什么
  17. EI、SCI、CSCI、CPCI 分别是什么?
  18. adb安装apk到手机
  19. 后LHC时代对撞机:瞬间输出能量超全球电力千倍
  20. geoserver 发布 矢量切片(pbf)并用openlayers 6.14 /leaflet 1.8 加载展示 (二)(小白必备:超详细教程)

热门文章

  1. HDOJ1012 u Calculate e
  2. 你的php网页乱码了吗
  3. javascript捕获事件event
  4. 回车,换行,转义字符“\r”,“\n”是什么关系?
  5. UITableView的重用
  6. 为什么阿里Java规约要求谨慎使用SimpleDateFormat
  7. Java架构师成长之道之计算机组成原理组成篇
  8. python网络-多线程(22)
  9. Height Half Values
  10. 红黑树-想说爱你不容易