<?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; 学习日志</title>
	<atom:link href="https://blog.liuguofeng.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.liuguofeng.com</link>
	<description>LIUGUOFENG</description>
	<lastBuildDate>Sat, 19 Oct 2019 03:51:06 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.liuguofeng.com/wp-content/uploads/2019/08/icon-panda-450-1.png</url>
	<title>PHP &#8211; 学习日志</title>
	<link>https://blog.liuguofeng.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PHP 依赖注入学习</title>
		<link>https://blog.liuguofeng.com/p/5478</link>
					<comments>https://blog.liuguofeng.com/p/5478#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Tue, 10 Sep 2019 07:57:55 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=5478</guid>

					<description><![CDATA[依赖注入允许向类中的方法传递对象 其实依赖注入就是类型约束，可以参考官网文档，被写在方法参数中的类会被自动实例<p class="more-button"><a href="https://blog.liuguofeng.com/p/5478" class="more-link">Continue reading <span class="screen-reader-text">PHP 依赖注入学习</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/5478/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP 框架基础知识</title>
		<link>https://blog.liuguofeng.com/p/5464</link>
					<comments>https://blog.liuguofeng.com/p/5464#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Sun, 08 Sep 2019 07:11:31 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=5464</guid>

					<description><![CDATA[MVC框架基本工作原理考察点 MVC 即 Model（数据模型层，对数据的加工处理）、View（视图层，和用户<p class="more-button"><a href="https://blog.liuguofeng.com/p/5464" class="more-link">Continue reading <span class="screen-reader-text">PHP 框架基础知识</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/5464/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>封装一个 PHP PSR-0 的基础框架</title>
		<link>https://blog.liuguofeng.com/p/5451</link>
					<comments>https://blog.liuguofeng.com/p/5451#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Fri, 30 Aug 2019 14:43:24 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=5451</guid>

					<description><![CDATA[目录结构如下 index.php Mode/Loader.php App/Controller/Home/In<p class="more-button"><a href="https://blog.liuguofeng.com/p/5451" class="more-link">Continue reading <span class="screen-reader-text">封装一个 PHP PSR-0 的基础框架</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/5451/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP 传递数组到 JavaScript</title>
		<link>https://blog.liuguofeng.com/p/5358</link>
					<comments>https://blog.liuguofeng.com/p/5358#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Fri, 19 Jul 2019 04:37:18 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=5358</guid>

					<description><![CDATA[php 传递数组到 js，使用 json 格式交互 对于 php 的 json 与 js 的 json 格式不<p class="more-button"><a href="https://blog.liuguofeng.com/p/5358" class="more-link">Continue reading <span class="screen-reader-text">PHP 传递数组到 JavaScript</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/5358/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP 二维数组 按照 Value 中某 key 进行排序 获得另一个 key 的排序</title>
		<link>https://blog.liuguofeng.com/p/4990</link>
					<comments>https://blog.liuguofeng.com/p/4990#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Mon, 17 Dec 2018 11:12:37 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=4990</guid>

					<description><![CDATA[array_multisort() 先把第一个数组按照键值的大小排序，然后其它数组都按照第一个数组的调整策略进<p class="more-button"><a href="https://blog.liuguofeng.com/p/4990" class="more-link">Continue reading <span class="screen-reader-text">PHP 二维数组 按照 Value 中某 key 进行排序 获得另一个 key 的排序</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/4990/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP foreach 与 array_merge_recursive 函数性能对比</title>
		<link>https://blog.liuguofeng.com/p/4973</link>
					<comments>https://blog.liuguofeng.com/p/4973#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Thu, 13 Dec 2018 08:48:36 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=4973</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/4973/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>简单测试一下 PHP mt_rand( ) 函数一秒钟重复值</title>
		<link>https://blog.liuguofeng.com/p/4838</link>
					<comments>https://blog.liuguofeng.com/p/4838#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Sun, 25 Nov 2018 09:05:26 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=4838</guid>

					<description><![CDATA[多次测试后， 当随机数为 0 - 99999 时，每秒约能生成 25000 个随机数，重复的约为 3000 当<p class="more-button"><a href="https://blog.liuguofeng.com/p/4838" class="more-link">Continue reading <span class="screen-reader-text">简单测试一下 PHP mt_rand( ) 函数一秒钟重复值</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/4838/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>一些 PHP 函数</title>
		<link>https://blog.liuguofeng.com/p/4836</link>
					<comments>https://blog.liuguofeng.com/p/4836#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Thu, 22 Nov 2018 05:27:28 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=4836</guid>

					<description><![CDATA[两个日期之间的全部日期 位数补零 数组的指定key后面插入数据 PHP 正则匹配替换 HTML 的 IMG 标<p class="more-button"><a href="https://blog.liuguofeng.com/p/4836" class="more-link">Continue reading <span class="screen-reader-text">一些 PHP 函数</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/4836/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP 图片压缩至指定尺寸 封装函数</title>
		<link>https://blog.liuguofeng.com/p/4559</link>
					<comments>https://blog.liuguofeng.com/p/4559#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Wed, 21 Nov 2018 08:43:14 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=4559</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/4559/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>echo json_encode($array)  无数据，返回 false</title>
		<link>https://blog.liuguofeng.com/p/4758</link>
					<comments>https://blog.liuguofeng.com/p/4758#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Mon, 12 Nov 2018 12:26:10 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=4758</guid>

					<description><![CDATA[json_encode 所有字符串数据的编码必须是 UTF-8，否则返回 false 如果不是 utf-8 可<p class="more-button"><a href="https://blog.liuguofeng.com/p/4758" class="more-link">Continue reading <span class="screen-reader-text">echo json_encode($array)  无数据，返回 false</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/4758/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
