php last error,PHP socket_last_error 用法 手册 | 示例代码

This is a bit long, but personally I prefer to use the standard C defines in my code.

define('ENOTSOCK',88);/* Socket operation on non-socket */define('EDESTADDRREQ',89);/* Destination address required */define('EMSGSIZE',90);/* Message too long */define('EPROTOTYPE',91);/* Protocol wrong type for socket */define('ENOPROTOOPT',92);/* Protocol not available */define('EPROTONOSUPPORT',93);/* Protocol not supported */define('ESOCKTNOSUPPORT',94);/* Socket type not supported */define('EOPNOTSUPP',95);/* Operation not supported on transport endpoint */define('EPFNOSUPPORT',96);/* Protocol family not supported */define('EAFNOSUPPORT',97);/* Address family not supported by protocol */define('EADDRINUSE',98);/* Address already in use */define('EADDRNOTAVAIL',99);/* Cannot assign requested address */define('ENETDOWN',100);/* Network is down */define('ENETUNREACH',101);/* Network is unreachable */define('ENETRESET',102);/* Network dropped connection because of reset */define('ECONNABORTED',103);/* Software caused connection abort */define('ECONNRESET',104);/* Connection reset by peer */define('ENOBUFS',105);/* No buffer space available */define('EISCONN',106);/* Transport endpoint is already connected */define('ENOTCONN',107);/* Transport endpoint is not connected */define('ESHUTDOWN',108);/* Cannot send after transport endpoint shutdown */define('ETOOMANYREFS',109);/* Too many references: cannot splice */define('ETIMEDOUT',110);/* Connection timed out */define('ECONNREFUSED',111);/* Connection refused */define('EHOSTDOWN',112);/* Host is down */define('EHOSTUNREACH',113);/* No route to host */define('EALREADY',114);/* Operation already in progress */define('EINPROGRESS',115);/* Operation now in progress */define('EREMOTEIO',121);/* Remote I/O error */define('ECANCELED',125);/* Operation Canceled */?>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值