<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>唐长老网络</title><link>https://blog.tzlwl.com/</link><description>专业软件定制开发者</description><item><title>高并发处理-PHP文件锁</title><link>https://blog.tzlwl.com/post/6.html</link><description>&lt;p style=&quot;text-align: center;&quot;&gt;高并发处理-PHP文件锁&lt;/p&gt;&lt;p&gt;高并发简单实用的方法：文件锁&lt;br/&gt;&lt;/p&gt;&lt;pre class=&quot;prism-highlight prism-language-php&quot;&gt;$file&amp;nbsp;=&amp;nbsp;fopen(__DIR__&amp;nbsp;.&amp;nbsp;‘/lock.txt’,&amp;nbsp;‘w+’);
if&amp;nbsp;(flock($file,&amp;nbsp;LOCK_EX))&amp;nbsp;{
//执行任何流程
flock($file,&amp;nbsp;LOCK_UN);//解锁
}
//关闭文件
fclose($file);&lt;/pre&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Fri, 03 Jul 2026 17:44:28 +0800</pubDate></item><item><title>郑重声明</title><link>https://blog.tzlwl.com/post/5.html</link><description>&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;所有涉及到交易,售后之类的,请必须认准本人的两个联系方式:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;QQ:43055070&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;微信:Tzlwl2024&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;除此之外的联系均不认可.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;如果你有涉及到就算你觉得是我的小号我也不认可.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;郑重申明!!!!&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;text-wrap-mode: nowrap;&quot;&gt;郑重申明!!!!&lt;/span&gt;&lt;/p&gt;</description><pubDate>Wed, 01 Jul 2026 21:24:57 +0800</pubDate></item></channel></rss>