<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP &#8211; WebDevStudy</title>
	<atom:link href="https://www.webdevstudy.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webdevstudy.com</link>
	<description>software engineer development experience</description>
	<lastBuildDate>Sat, 24 Jun 2023 01:12:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.webdevstudy.com/wp-content/uploads/2023/04/logo-150x150.png</url>
	<title>PHP &#8211; WebDevStudy</title>
	<link>https://www.webdevstudy.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Reduce the number of MySQL connections with persistent connections in PHP singleton mode</title>
		<link>https://www.webdevstudy.com/2023/06/24/reduce-the-number-of-mysql-connections-with-persistent-connections-in-php-singleton-mode/</link>
					<comments>https://www.webdevstudy.com/2023/06/24/reduce-the-number-of-mysql-connections-with-persistent-connections-in-php-singleton-mode/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 24 Jun 2023 01:12:47 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=177</guid>

					<description><![CDATA[Reduce the number of MySQL connections with persistent connections in PHP singleton mode In the Mysql-driven PHP website, MySql connections are generally released by the end of the script, in some hierarchical PHP websites, if a page contains multiple data access classes, because each data access class will have a database connection, resulting in this [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/06/24/reduce-the-number-of-mysql-connections-with-persistent-connections-in-php-singleton-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>spatie/invade &#8211; A PHP function to access private properties and methods</title>
		<link>https://www.webdevstudy.com/2023/05/20/spatie-invade-a-php-function-to-access-private-properties-and-methods/</link>
					<comments>https://www.webdevstudy.com/2023/05/20/spatie-invade-a-php-function-to-access-private-properties-and-methods/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 20 May 2023 03:43:48 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=149</guid>

					<description><![CDATA[This spatie/invade package offers an invade function that will allow you to read/write private properties of an object. It will also allow you to call private methods. Installation You can install the package via composer: composer require spatie/invade Usage Imagine you have this class defined which has a private property and method. This is how you can [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/05/20/spatie-invade-a-php-function-to-access-private-properties-and-methods/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Statically compile PHP or PHP projects into binary distributions</title>
		<link>https://www.webdevstudy.com/2023/04/26/statically-compile-php-or-php-projects-into-binary-distributions/</link>
					<comments>https://www.webdevstudy.com/2023/04/26/statically-compile-php-or-php-projects-into-binary-distributions/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 26 Apr 2023 05:03:22 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[swoole]]></category>
		<guid isPermaLink="false">https://www.webdevstudy.com/?p=135</guid>

					<description><![CDATA[Swoole-Cli or statically compiled PHP is a binary distribution of PHP that integrates swoole, the PHP kernel, PHP-CLI, PHP-FPM, and several popular extensions. Swoole-Cli or statically compiled PHP is a fully statically compiled and packaged, no operating system dependent on so dynamic link libraries, with very good portability, can be copied between any Linux system, [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.webdevstudy.com/2023/04/26/statically-compile-php-or-php-projects-into-binary-distributions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
