<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>晓云网络 - PHP编程</title>
    <link>https://bbs.zp68.com/forum-48-1.html</link>
    <description>Latest 20 threads of PHP编程</description>
    <copyright>Copyright(C) 晓云网络</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 12:38:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.zp68.com/static/image/common/logo_88_31.gif</url>
      <title>晓云网络</title>
      <link>https://bbs.zp68.com/</link>
    </image>
    <item>
      <title>详细解析Thinkphp5.1源码执行入口文件index.php运行过程</title>
      <link>https://bbs.zp68.com/thread-27-1-1.html</link>
      <description><![CDATA[详细解析Thinkphp5.1源码执行入口文件index.php运行过程运行了public目录下的index.php文件后，tp的运行整个运行过程的解析入口文件index.php代码如下：]]></description>
      <category>PHP编程</category>
      <author>yxrj</author>
      <pubDate>Thu, 10 Dec 2020 01:11:00 +0000</pubDate>
    </item>
    <item>
      <title>ThinkPHP5—路由(route)详解</title>
      <link>https://bbs.zp68.com/thread-24-1-1.html</link>
      <description><![CDATA[ThinkPHP5——route(路由)的详解　　路由在框架中的作用打个比方的话，路由好比是WEB应用的总调度室，对于访问的URL地址，路由可以拒绝或者接受某个URL请求，并进行分发调度，而且还有一个副作用是因为路由规则可以随意定义，因此可以让你的URL请求地址更优雅，因为不会 ...]]></description>
      <category>PHP编程</category>
      <author>yxrj</author>
      <pubDate>Fri, 17 Apr 2020 11:42:21 +0000</pubDate>
    </item>
    <item>
      <title>PHP中private、public、protected的区别详解</title>
      <link>https://bbs.zp68.com/thread-16-1-1.html</link>
      <description><![CDATA[先简单粗俗的描述下：public 表示全局，类内部外部子类都可以访问；private表示私有的，只有本类内部可以使用；protected表示受保护的，只有本类或子类或父类中可以访问；再啰嗦的解释下：一、public: 公有类型在子类中可以通过 self::属性名(或方法名)&amp;nbsp;&amp;nbsp;调用 ...]]></description>
      <category>PHP编程</category>
      <author>admin</author>
      <pubDate>Fri, 20 Mar 2020 13:01:34 +0000</pubDate>
    </item>
    <item>
      <title>PHP判断{函数/类/方法/属性}是否存在</title>
      <link>https://bbs.zp68.com/thread-14-1-1.html</link>
      <description><![CDATA[1.php判断系统函数或自己写的函数是否存在bool function_exists ( string $function_name ) 判断函数是否已经定义，例如：if(function_exists(\'curl_init\')){
    curl_init();
}else{
    echo \'not function curl_init\';
}2.php判断类是否存在bool class_exists ( str ...]]></description>
      <category>PHP编程</category>
      <author>yxrj</author>
      <pubDate>Fri, 20 Mar 2020 11:26:06 +0000</pubDate>
    </item>
  </channel>
</rss>