<?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; Npcink</title>
	<atom:link href="https://www.npc.ink/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>https://www.npc.ink</link>
	<description>共享WordPress主题插件以及使用开发等优秀教程</description>
	<lastBuildDate>Wed, 04 Jun 2025 03:58:11 +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://n.getimg.net/www/2021/11/cropped-585475.png</url>
	<title>PHP &#8211; Npcink</title>
	<link>https://www.npc.ink</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>如何处理并拿到需要的JSON数据 &#8211; PHP</title>
		<link>https://www.npc.ink/276480</link>
					<comments>https://www.npc.ink/276480#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Sun, 11 Sep 2022 07:42:38 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276480</guid>

					<description><![CDATA[PHP中关于数组和JSON间的处理]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276480/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>判断数据类型 &#8211; PHP</title>
		<link>https://www.npc.ink/276481</link>
					<comments>https://www.npc.ink/276481#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Sun, 11 Sep 2022 07:21:00 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276481</guid>

					<description><![CDATA[PHP中判断数据类型的方法，我总结了一下。]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276481/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>如何将PHP的变量传给js?</title>
		<link>https://www.npc.ink/276478</link>
					<comments>https://www.npc.ink/276478#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Sun, 11 Sep 2022 06:42:29 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276478</guid>

					<description><![CDATA[在vue文件中，通过axios来远程调用PHP产出的内容。]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276478/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>开发微信小程序的URL Scheme &#8211; 前后端实战项目</title>
		<link>https://www.npc.ink/276458</link>
					<comments>https://www.npc.ink/276458#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Sun, 11 Sep 2022 03:56:54 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276458</guid>

					<description><![CDATA[PHP和VUE实战开发]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276458/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>self关键字详解（parent、static和this） &#8211; PHP</title>
		<link>https://www.npc.ink/276365</link>
					<comments>https://www.npc.ink/276365#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Fri, 26 Aug 2022 09:37:19 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276365</guid>

					<description><![CDATA[php在类中的各种关键字详解]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276365/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>里氏替换原则 &#8211; PHP面向对象编程（OOP）</title>
		<link>https://www.npc.ink/276362</link>
					<comments>https://www.npc.ink/276362#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Fri, 26 Aug 2022 09:03:09 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276362</guid>

					<description><![CDATA[PHP面向对象编程（OOP）用里氏替换原则来规范自己的行为]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276362/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>类中类外访问静态成员和普通成员 &#8211; PHP面向对象编程（OOP）</title>
		<link>https://www.npc.ink/276332</link>
					<comments>https://www.npc.ink/276332#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 09:27:46 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276332</guid>

					<description><![CDATA[在php中的访问常量和静态量的方法总结]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276332/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>调用父类构造方法 &#8211; PHP面向对象编程（OOP）</title>
		<link>https://www.npc.ink/276316</link>
					<comments>https://www.npc.ink/276316#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 06:56:51 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276316</guid>

					<description><![CDATA[PHP中调用父类构造的方法]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276316/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Static（静态）与Final（终止）关键字 &#8211; PHP面向对象编程（OOP）</title>
		<link>https://www.npc.ink/276312</link>
					<comments>https://www.npc.ink/276312#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 03:41:08 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276312</guid>

					<description><![CDATA[PHP类中常用的两个关键字]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276312/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP面向对象编程（OOP）</title>
		<link>https://www.npc.ink/276302</link>
					<comments>https://www.npc.ink/276302#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Wed, 24 Aug 2022 10:18:37 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276302</guid>

					<description><![CDATA[关于面向对象编程OOP的总结]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276302/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>抽象类 &#8211; PHP面向对象编程（OOP）</title>
		<link>https://www.npc.ink/276266</link>
					<comments>https://www.npc.ink/276266#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Wed, 24 Aug 2022 09:19:31 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276266</guid>

					<description><![CDATA[抽象类定义的是类的模板，可定义子类必须实现的方法]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276266/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP中的抽象类与接口有啥区别？</title>
		<link>https://www.npc.ink/276267</link>
					<comments>https://www.npc.ink/276267#respond</comments>
		
		<dc:creator><![CDATA[Muze]]></dc:creator>
		<pubDate>Wed, 24 Aug 2022 09:18:53 +0000</pubDate>
				<category><![CDATA[经验教程]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.npc.ink/?p=276267</guid>

					<description><![CDATA[深入场景业务，选择合适的方式实现代码，靠的是能力、经验与智慧的综合，决不是一句谁好谁不好所能定性的]]></description>
		
					<wfw:commentRss>https://www.npc.ink/276267/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
