<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>XiXingWL - PHP</title>
    <link>https://ww.xixingwl.cn/forum-42-1.html</link>
    <description>Latest 20 threads of PHP</description>
    <copyright>Copyright(C) XiXingWL</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 02:18:38 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://ww.xixingwl.cn/static/image/common/logo_88_31.gif</url>
      <title>XiXingWL</title>
      <link>https://ww.xixingwl.cn/</link>
    </image>
    <item>
      <title>VS Code HTML 格式化不换行问题解决方案</title>
      <link>https://ww.xixingwl.cn/thread-343-1-1.html</link>
      <description><![CDATA[VS Code HTML 格式化不换行问题解决方案

在 VS Code 中，如果 HTML 格式化不按照你期望的方式换行，可以通过以下几种方法解决：

方法一：调整默认格式化设置
1. 打开 VS Code 设置 (`Ctrl + ,` 或 `Cmd + ,`)
2. 搜索 `html.format`
3. 调整以下设置：

方法二：使用  ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Sat, 16 Aug 2025 11:15:37 +0000</pubDate>
    </item>
    <item>
      <title>VS Code HTML 格式化不换行问题解决方案</title>
      <link>https://ww.xixingwl.cn/thread-342-1-1.html</link>
      <description><![CDATA[VS Code HTML 格式化不换行问题解决方案

在 VS Code 中，如果 HTML 格式化不按照你期望的方式换行，可以通过以下几种方法解决：

方法一：调整默认格式化设置
1. 打开 VS Code 设置 (`Ctrl + ,` 或 `Cmd + ,`)
2. 搜索 `html.format`
3. 调整以下设置：

方法二：使用  ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Sat, 16 Aug 2025 11:15:20 +0000</pubDate>
    </item>
    <item>
      <title>VS Code HTML 格式化不换行问题解决方案</title>
      <link>https://ww.xixingwl.cn/thread-341-1-1.html</link>
      <description><![CDATA[VS Code HTML 格式化不换行问题解决方案

在 VS Code 中，如果 HTML 格式化不按照你期望的方式换行，可以通过以下几种方法解决：

方法一：调整默认格式化设置
1. 打开 VS Code 设置 (`Ctrl + ,` 或 `Cmd + ,`)
2. 搜索 `html.format`
3. 调整以下设置：

方法二：使用  ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Sat, 16 Aug 2025 11:14:53 +0000</pubDate>
    </item>
    <item>
      <title>VS Code HTML 格式化不换行问题解决方案</title>
      <link>https://ww.xixingwl.cn/thread-340-1-1.html</link>
      <description><![CDATA[VS Code HTML 格式化不换行问题解决方案

在 VS Code 中，如果 HTML 格式化不按照你期望的方式换行，可以通过以下几种方法解决：

方法一：调整默认格式化设置
1. 打开 VS Code 设置 (`Ctrl + ,` 或 `Cmd + ,`)
2. 搜索 `html.format`
3. 调整以下设置：

方法二：使用  ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Sat, 16 Aug 2025 11:13:23 +0000</pubDate>
    </item>
    <item>
      <title>利用PHP生成ssl证书</title>
      <link>https://ww.xixingwl.cn/thread-332-1-1.html</link>
      <description><![CDATA[在PHP中，可以使用openssl扩展来生成SSL证书。以下是一个简单的示例，展示了如何生成一个自签名的SSL证书


确保替换$certPath和$keyPath变量中的路径为你想要保存证书和私钥的实际路径。$passphrase是一个密码，用于在之后加载私钥时进行保护。

请注意，自签名证书不 ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Sun, 30 Jun 2024 08:57:51 +0000</pubDate>
    </item>
    <item>
      <title>php IM聊天数据库设计</title>
      <link>https://ww.xixingwl.cn/thread-329-1-1.html</link>
      <description><![CDATA[Here is a more detailed database design for a PHP chat application:Users Table
 Conversations Table
 Messages Table
Friends Table
 Groups Table
 Group Members Table
 Notifications Table
 This database design assumes a simple chat application with t]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Sat, 22 Jun 2024 11:36:32 +0000</pubDate>
    </item>
    <item>
      <title>php 使用TCP套接字创建自定义数据包格式</title>
      <link>https://ww.xixingwl.cn/thread-328-1-1.html</link>
      <description><![CDATA[在PHP中，您可以使用TCP套接字创建自定义数据包格式。以下是如何定义自定义数据包格式并通过TCP连接发送/接收数据包的示例：
Packet format:

Packet serialization:

Packet deserialization:

TCP client example:

在本例中，我们定义了一个Packet类，该类包含一个标 ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Wed, 19 Jun 2024 04:14:12 +0000</pubDate>
    </item>
    <item>
      <title>什么是PHP？</title>
      <link>https://ww.xixingwl.cn/thread-46-1-1.html</link>
      <description><![CDATA[什么是PHP？php是Hypertext Preprocessor的缩写，php是一种内嵌 HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的网页。什么是PHPer？PHP programmer，指编写PHP的程序员什么是模式？模式，即patter ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Wed, 05 Jul 2023 15:13:07 +0000</pubDate>
    </item>
    <item>
      <title>lcobucci/jwt  刷新验证 双Token封装</title>
      <link>https://ww.xixingwl.cn/thread-45-1-1.html</link>
      <description><![CDATA[为避免在使用JWT的时候，Token过期后，会自动退出系统回到登录页面，最好是采用双Token的机制；具体过程简单描述一下：
[*]用户登录，系统返回两个令牌，AccessToken和RefreshToken，AccessToken是资源访问令牌，有效期较短；RefreshToken是刷新令牌，有效期较长。
[*] ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Wed, 05 Jul 2023 15:10:11 +0000</pubDate>
    </item>
    <item>
      <title>PHP使用Mailer</title>
      <link>https://ww.xixingwl.cn/thread-43-1-1.html</link>
      <description><![CDATA[phpmailer 安装或者下载方式:* 1、从 github 上下载:https://github.com/PHPMailer/PHPMailer/2、使用 composer 安装:
发送之前需要拥有自己的邮件服务器，测试的时候其实用自己申请的免费邮箱最方便了，不需要自己再搭建服务器了，可能要配置邮箱的SMTP服务，大部分公 ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Tue, 04 Jul 2023 15:15:26 +0000</pubDate>
    </item>
    <item>
      <title>PHP发送阿里云短信验证码</title>
      <link>https://ww.xixingwl.cn/thread-42-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Tue, 04 Jul 2023 15:12:32 +0000</pubDate>
    </item>
    <item>
      <title>thinkphp6.*权限管理</title>
      <link>https://ww.xixingwl.cn/thread-41-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Tue, 04 Jul 2023 15:09:11 +0000</pubDate>
    </item>
    <item>
      <title>高德地图定位城市</title>
      <link>https://ww.xixingwl.cn/thread-40-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Tue, 04 Jul 2023 14:58:32 +0000</pubDate>
    </item>
    <item>
      <title>PHP魔术方法之 __construct(),类的构造函数详解</title>
      <link>https://ww.xixingwl.cn/thread-37-1-1.html</link>
      <description><![CDATA[PHP中把以两个下划线__开头的方法称为魔术方法(Magic methods)，这些方法在PHP中充当了举足轻重的作用。__construct()，类的构造函数
php中构造方法是对象创建完成后第一个被对象自动调用的方法。在每个类中都有一个构造方法，如果没有显示地声明它，那么类中都会默认存 ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Mon, 17 Apr 2023 16:14:40 +0000</pubDate>
    </item>
    <item>
      <title>PHP魔术方法之 __get() 方法详解</title>
      <link>https://ww.xixingwl.cn/thread-36-1-1.html</link>
      <description><![CDATA[PHP中__get()，获得一个类的成员变量时调用在 php 面向对象编程中，类的成员属性被设定为 private 后，如果我们试图在外面调用它则会出现“不能访问某个私有属性”的错误。那么为了解决这个问题，我们可以使用魔术方法 __get()。魔术方法__get()的作用
在程序运行过程中 ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Mon, 17 Apr 2023 16:06:24 +0000</pubDate>
    </item>
    <item>
      <title>PHP魔术方法之 __set() 方法详解</title>
      <link>https://ww.xixingwl.cn/thread-35-1-1.html</link>
      <description><![CDATA[PHP中把以两个下划线__开头的方法称为魔术方法(Magic methods)，这些方法在PHP中充当了举足轻重的作用。其中__set()，设置一个类的成员变量时调用__set() 的作用：__set( $property, $value )` 方法用来设置私有属性， 给一个未定义的属性赋值时，此方法会被触发，传递 ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Mon, 17 Apr 2023 15:10:35 +0000</pubDate>
    </item>
    <item>
      <title>PHP魔术方法之 __isset()</title>
      <link>https://ww.xixingwl.cn/thread-34-1-1.html</link>
      <description><![CDATA[__isset()，当对不可访问属性调用isset()或empty()时调用在看这个方法之前我们看一下isset()函数的应用，isset()是测定变量是否设定用的函数，传入一个变量作为参数，如果传入的变量存在则传回true，否则传回false。那么如果在一个对象外面使用isset()这个函数去测定对 ...]]></description>
      <category>PHP</category>
      <author>shiy720</author>
      <pubDate>Mon, 17 Apr 2023 12:40:25 +0000</pubDate>
    </item>
    <item>
      <title>uinapp和php实现RSA + AES 双向通信加密</title>
      <link>https://ww.xixingwl.cn/thread-33-1-1.html</link>
      <description><![CDATA[使用场景如果只是为了防止用户数据泄露，有条件用https，那不要犹豫，赶快买个证书。但是https也有局限性，加密层位于http层（应用层）和tcp层（传输层）之间， 所以抓到的http层的数据并没有加密。单独加密的弊端单独用RSA非对称加密的话，客户端解密的时候需要用到私 ...]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Sat, 15 Apr 2023 02:19:02 +0000</pubDate>
    </item>
    <item>
      <title>php计算两个时间戳之间相差的年月日时分秒的两种方法</title>
      <link>https://ww.xixingwl.cn/thread-2-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>PHP</category>
      <author>admin</author>
      <pubDate>Wed, 15 Sep 2021 05:16:15 +0000</pubDate>
    </item>
  </channel>
</rss>