<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: UDP Socket Programming in Php &#8211; How to Code Client and Server	</title>
	<atom:link href="https://www.binarytides.com/udp-socket-programming-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/udp-socket-programming-in-php/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Thu, 02 Nov 2023 03:58:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: cesar		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-362159</link>

		<dc:creator><![CDATA[cesar]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 03:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-362159</guid>

					<description><![CDATA[Tengo error:
No se podía recibir datos: [10045] El intento de operación no es compatible con el tipo de objeto referenciado.]]></description>
			<content:encoded><![CDATA[<p>Tengo error:<br />
No se podía recibir datos: [10045] El intento de operación no es compatible con el tipo de objeto referenciado.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stas		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-337760</link>

		<dc:creator><![CDATA[Stas]]></dc:creator>
		<pubDate>Fri, 27 May 2022 12:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-337760</guid>

					<description><![CDATA[I got error:
Could not receive data: [10045] The attempted operation is not supported for the type of object referenced.]]></description>
			<content:encoded><![CDATA[<p>I got error:<br />
Could not receive data: [10045] The attempted operation is not supported for the type of object referenced.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pan		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-106430</link>

		<dc:creator><![CDATA[Pan]]></dc:creator>
		<pubDate>Mon, 20 Feb 2017 06:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-106430</guid>

					<description><![CDATA[Thanks very much.
I find this a long time T____T]]></description>
			<content:encoded><![CDATA[<p>Thanks very much.<br />
I find this a long time T____T</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: funmacos		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-68037</link>

		<dc:creator><![CDATA[funmacos]]></dc:creator>
		<pubDate>Thu, 10 Sep 2015 00:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-68037</guid>

					<description><![CDATA[Let me rephrase the question. How do I make this example work if I have a server with static IP.]]></description>
			<content:encoded><![CDATA[<p>Let me rephrase the question. How do I make this example work if I have a server with static IP.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: funmacos		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-68036</link>

		<dc:creator><![CDATA[funmacos]]></dc:creator>
		<pubDate>Thu, 10 Sep 2015 00:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-68036</guid>

					<description><![CDATA[How do I make this work with and Server who has a static IP
 Address]]></description>
			<content:encoded><![CDATA[<p>How do I make this work with and Server who has a static IP<br />
 Address</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Valentin Ivaşcu		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-67961</link>

		<dc:creator><![CDATA[Valentin Ivaşcu]]></dc:creator>
		<pubDate>Mon, 08 Jun 2015 04:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-67961</guid>

					<description><![CDATA[I had a problem using this socket example on a windows env. I cannot receive message back from the server, it was stuck on error  

die(&quot;Could not receive data: [$errorcode] $errormsg n&quot;);

To solve that, in client, on socket_recv use MSG_PEEK instead MSG_WAIT_ALL]]></description>
			<content:encoded><![CDATA[<p>I had a problem using this socket example on a windows env. I cannot receive message back from the server, it was stuck on error  </p>
<p>die(&#8220;Could not receive data: [$errorcode] $errormsg n&#8221;);</p>
<p>To solve that, in client, on socket_recv use MSG_PEEK instead MSG_WAIT_ALL</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marco		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-67876</link>

		<dc:creator><![CDATA[Marco]]></dc:creator>
		<pubDate>Tue, 17 Mar 2015 14:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-67876</guid>

					<description><![CDATA[thank you so much from italy! ;)]]></description>
			<content:encoded><![CDATA[<p>thank you so much from italy! ;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thiago Cordeiro		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-67455</link>

		<dc:creator><![CDATA[Thiago Cordeiro]]></dc:creator>
		<pubDate>Wed, 01 Oct 2014 00:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-67455</guid>

					<description><![CDATA[Amazing code, thanks a lot!!!]]></description>
			<content:encoded><![CDATA[<p>Amazing code, thanks a lot!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Saahir		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-67338</link>

		<dc:creator><![CDATA[Saahir]]></dc:creator>
		<pubDate>Tue, 26 Aug 2014 05:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-67338</guid>

					<description><![CDATA[How to run this code? in browser or in cmd? It causes error. 

&quot;Socket created 
Enter a message to send : 

Notice:  Use of undefined constant STDIN - assumed &#039;STDIN&#039; in C:xampphtdocstcpindex.php on line 28

Could not send data: [10061] No connection could be made because the target machine actively refused it.&quot;

Please guide me. I&#039;m new to PHP and also new to socket programming.

Thanks.]]></description>
			<content:encoded><![CDATA[<p>How to run this code? in browser or in cmd? It causes error. </p>
<p>&#8220;Socket created<br />
Enter a message to send : </p>
<p>Notice:  Use of undefined constant STDIN &#8211; assumed &#8216;STDIN&#8217; in C:xampphtdocstcpindex.php on line 28</p>
<p>Could not send data: [10061] No connection could be made because the target machine actively refused it.&#8221;</p>
<p>Please guide me. I&#8217;m new to PHP and also new to socket programming.</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tianfeng		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-67209</link>

		<dc:creator><![CDATA[Tianfeng]]></dc:creator>
		<pubDate>Thu, 10 Jul 2014 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-67209</guid>

					<description><![CDATA[https://github.com/swoole/swoole-src
Asynchronous &#038; concurrent &#038; distributed networking framework for PHP.]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/swoole/swoole-src" rel="nofollow ugc">https://github.com/swoole/swoole-src</a><br />
Asynchronous &amp; concurrent &amp; distributed networking framework for PHP.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kleyman		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-65766</link>

		<dc:creator><![CDATA[kleyman]]></dc:creator>
		<pubDate>Sun, 20 Oct 2013 12:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-65766</guid>

					<description><![CDATA[Thank u : ),
how can we send a packet that includes different types of data over udp ?]]></description>
			<content:encoded><![CDATA[<p>Thank u : ),<br />
how can we send a packet that includes different types of data over udp ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Harun Thuo		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-65731</link>

		<dc:creator><![CDATA[Harun Thuo]]></dc:creator>
		<pubDate>Fri, 27 Sep 2013 10:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-65731</guid>

					<description><![CDATA[Clear and straight to the point.good job]]></description>
			<content:encoded><![CDATA[<p>Clear and straight to the point.good job</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Taylor		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-61254</link>

		<dc:creator><![CDATA[Taylor]]></dc:creator>
		<pubDate>Fri, 14 Dec 2012 00:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-61254</guid>

					<description><![CDATA[Great code helped a lot -  had trouble rifling through the php documentation.]]></description>
			<content:encoded><![CDATA[<p>Great code helped a lot &#8211;  had trouble rifling through the php documentation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: raji		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-56985</link>

		<dc:creator><![CDATA[raji]]></dc:creator>
		<pubDate>Sun, 21 Oct 2012 06:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-56985</guid>

					<description><![CDATA[really nice]]></description>
			<content:encoded><![CDATA[<p>really nice</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Acner Pinazo		</title>
		<link>https://www.binarytides.com/udp-socket-programming-in-php/comment-page-1/#comment-56625</link>

		<dc:creator><![CDATA[Acner Pinazo]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 21:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=2830#comment-56625</guid>

					<description><![CDATA[Thank you very much, really helped me, greetings from Paraguay]]></description>
			<content:encoded><![CDATA[<p>Thank you very much, really helped me, greetings from Paraguay</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
