<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>金黑网络 - PHP教程</title>
    <link>https://jinhei.cn/forum-20-1.html</link>
    <description>Latest 20 threads of PHP教程</description>
    <copyright>Copyright(C) 金黑网络</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 09 Apr 2026 16:00:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://jinhei.cn/static/image/common/logo_88_31.gif</url>
      <title>金黑网络</title>
      <link>https://jinhei.cn/</link>
    </image>
    <item>
      <title>Discuz!x3.5定制模板中添加标题旁边复制链接按钮和功能</title>
      <link>https://jinhei.cn/thread-359-1-1.html</link>
      <description><![CDATA[Discuz!x3.5定制模板中添加标题旁边复制链接按钮和功能

JS代码如下：]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Mon, 20 Oct 2025 03:57:45 +0000</pubDate>
    </item>
    <item>
      <title>PHP curl报错：php curl: (60) SSL certificate problem: unable to get local issuer</title>
      <link>https://jinhei.cn/thread-128-1-1.html</link>
      <description><![CDATA[curl error 60 while downloading https://mirrors.aliyun.com/composer/packages.json: SSL certificate problem: unable   to get local issuer certificate

原因：缺少安全证书
解决：
1.下载证书： https://curl.haxx.se/ca/cacert.pem
2.修改php.ini配置，添加证 ...]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Sat, 25 Jan 2025 08:56:41 +0000</pubDate>
    </item>
    <item>
      <title>php拓展文件php_redis</title>
      <link>https://jinhei.cn/thread-123-1-1.html</link>
      <description><![CDATA[php拓展文件php_redis]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Tue, 12 Nov 2024 07:24:43 +0000</pubDate>
    </item>
    <item>
      <title>php截取首次出现字符串教程</title>
      <link>https://jinhei.cn/thread-102-1-1.html</link>
      <description><![CDATA[php截取首次出现字符串教程

**** 本内容被作者隐藏 ****]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Thu, 29 Aug 2024 04:27:01 +0000</pubDate>
    </item>
    <item>
      <title>php字符串中最后一个符号截取后缀名代码教程</title>
      <link>https://jinhei.cn/thread-101-1-1.html</link>
      <description><![CDATA[php字符串中最后一个符号截取后缀名代码教程

代码如下：]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Wed, 28 Aug 2024 04:18:26 +0000</pubDate>
    </item>
    <item>
      <title>php字符串转数组，数组转字符串函数</title>
      <link>https://jinhei.cn/thread-79-1-1.html</link>
      <description><![CDATA[php字符串转数组，数组转字符串函数

使用内置函数explode()，可以按照指定的分隔符将字符串分割成数组。

使用implode函数将数组转换为字符串]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Sun, 11 Aug 2024 02:02:50 +0000</pubDate>
    </item>
    <item>
      <title>php字符串中是否包含另外一个字符串</title>
      <link>https://jinhei.cn/thread-74-1-1.html</link>
      <description><![CDATA[php字符串中是否包含另外一个字符串
在PHP中，可以使用strpos()函数来检查一个字符串是否包含另一个字符串。如果找到子字符串，则返回其第一个字符的位置（从0开始计数）。如果没有找到，则返回false。
代码如下：


 ...]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Tue, 30 Jul 2024 05:58:51 +0000</pubDate>
    </item>
    <item>
      <title>php时间戳转换成时间格式教程</title>
      <link>https://jinhei.cn/thread-72-1-1.html</link>
      <description><![CDATA[php时间戳转换成时间格式教程
$timestamp = 1599257836;
$date = date(\'Y-m-d H:i:s\', $timestamp);
echo $date;]]></description>
      <category>PHP教程</category>
      <author>admin</author>
      <pubDate>Mon, 29 Jul 2024 00:47:45 +0000</pubDate>
    </item>
  </channel>
</rss>