php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.socket-shutdown.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Shuts down a socket for receiving, sending, or both				  				 				 				 socket_set_option				 socket_strerror				 Socket Functions				 PHP Manual								 				  socket_shutdown				  (PHP 4 >= 4.0.7, PHP 5)socket_shutdown — Shuts down a socket for receiving, sending, or both								 				 				 				  Description				  				   bool socket_shutdown				    ( resource $socket				   [, int $how				  ] )								  				   The socket_shutdown() function allows you to stop				   incoming, outgoing or all data (the default) from being sent through the				   socket								  				 												 				  Parameters				  				   								    								     socket												     								      				       A valid socket resource created with socket_create().				      				     								    								    								     how												     								      				       The value of how				 can be one of the following:				       				        possible values for how								        								         				          				           0				           				            Shutdown socket reading				           				          								          				           1				           				            Shutdown socket writing				           				          								          				           2				           				            Shutdown socket reading and writing				           				          								         				        								       								      				     								    								   								  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 																 socket_set_option				 socket_strerror				 Socket Functions				 PHP Manual											

相关资源