<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by haodaima.com RSS Builder [2026-05-05 23:32:10]  --> 
<rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" >
<channel>
<pubDate>Tue, 05 May 2026 23:32:10 +0800</pubDate>
<lastBuildDate>Tue, 05 May 2026 23:32:10 +0800</lastBuildDate>
<docs>https://www.haodaima.com</docs>
<link>https://www.haodaima.com</link>
<title>PHP</title>
<image>
<title>PHP</title>
<url><![CDATA[]]></url>
<link>https://www.haodaima.com</link>
</image>
<webMaster>https://www.haodaima.com</webMaster>
<generator>https://www.haodaima.com</generator>
<ttl>60</ttl>
<dc:creator>https://www.haodaima.com</dc:creator>
<dc:date>Tue, 05 May 2026 23:32:10 +0800</dc:date>
<item>
<title><![CDATA[PHP执行系统命令函数实例讲解]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_112553.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0412/c6a1fb425f272cff51a7224007d6cd13.png border='0' /><br />命令注入
命令注入（Command Injection），对一些函数的参数没有做过滤或过滤不严导致的，可以执行系统或者应用指令（CMD命令或者 bash 命令）]]></description>
<pubDate>2024-04-12 20:06:48</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_112553.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[PHP中文分词的简单如何实现代码分享]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_109272.htm]]></link>
<description><![CDATA[当然， 本文不是要对中文搜索引擎做研究， 而是分享如果用 PHP 做一个站内搜索引擎。 本文是这个系统中的一篇。 我使用的分词工具是中科院计算所的开源版本的 I]]></description>
<pubDate>2024-04-05 16:28:55</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_109272.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[apache php模块整合操作指南]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_109224.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0405/6f05e09cfb2394d531e078fa15b10667.png border='0' /><br />apache的版本： httpd-2 2 21-win32-x86-no_ssl php的版本： php-5[1] 3 8-Win32-VC9-x86 (一) ]]></description>
<pubDate>2024-04-05 14:44:16</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_109224.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[php反序列化之魔术方法超详细讲解]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_109163.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0405/2602e29f0250915e9e61e27733236254.png border='0' /><br />php魔术方法
在php类保留方法中以 &ldquo;__&rdquo;两个下划线开头的函数称为魔术方法，我的理解为php类设计中自定义好的函数。
常见的魔术方]]></description>
<pubDate>2024-04-05 12:07:12</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_109163.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[详解PHP排序函数的如何使用方法]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_109059.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0405/c093b78d469064e7e858b56f7c6ac72e.png border='0' /><br />一、sort() 函数
用于对数组单元从低到高进行排序。
  数组
$data = array(  D  ,  F  ,  A  ,  C  ,  B  );
  排序
sort(]]></description>
<pubDate>2024-04-05 08:11:58</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_109059.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[PHP 如何实现代码复用的一个方法 traits新特性]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108996.htm]]></link>
<description><![CDATA[在阅读yii2源码的时候接触到了trait，就学习了一下，写下博客记录一下。
自 PHP 5 4 0 起，PHP 实现了代码复用的一个方法，称为 traits。]]></description>
<pubDate>2024-04-05 05:45:39</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108996.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[win7下PHP运行环境搭建（apache2+mysql+php）]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108933.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0405/49848436475d56b9ae07c1ba724215db.png border='0' /><br />PHP版本：php-5 3 2-Win32-VC6-x86，VC9是专门为IIS定制的，VC6 是为了其他WEB服务软件提供的，如 Apache。我下载的是ZI]]></description>
<pubDate>2024-04-05 03:33:07</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108933.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[CTF中的PHP特性函数解析之中篇]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108893.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0405/eaeaf336ae8dc56b76e7076f0b8973c3.jpg border='0' /><br />前言上篇文章给大家带来了PHP中最基本的特性，不知道大家学习的怎样了，回顾上文，我们讲了MD5强弱碰撞以及正则匹配的绕过，总体来看还是很简单的，下面给大家带来新]]></description>
<pubDate>2024-04-05 01:50:54</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108893.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[php如何实现映射操作实例详解]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108825.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/63ab6bf19f81f0c89a72920149722f15.png border='0' /><br />本文实例讲述了php实现映射操作。分享给大家供大家参考，具体如下：
映射
映射，或者射影，在数学及相关的领域经常等同于函数。基于此，部分映射就相当于部分函数，而]]></description>
<pubDate>2024-04-04 23:14:35</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108825.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[php如何实现pdo数据库操作类过程详解]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108762.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/f8bef303aba24b74a1499bed22fe65ff.png border='0' /><br />数据库操作类的优点
优点可以说是非常多了，常见的优点就是便于维护、复用、高效、安全、易扩展。例如PDO支持的数据库类型是非常多的，与mysqli不同的就是，PD]]></description>
<pubDate>2024-04-04 20:55:15</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108762.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[PHP网络安全之命令执行漏洞及防御]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108664.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/f7e13f77ad881599529b22f049c8929a.png border='0' /><br />命令执行漏洞的原理
程序应用有时需要调用一些执行系统命令的函数，如php中的system，exec，shell exec，passthru，popen，proc]]></description>
<pubDate>2024-04-04 17:02:58</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108664.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[PHP类继承 extends如何使用介绍]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108601.htm]]></link>
<description><![CDATA[出来工作这么久了，项目经验倒是不少，但是当问及底层的东西时候，常常是一言不发了。现在项目设计底层的东西越来越少，可以说是真正用到的也就是那么一点，真正核心的东西]]></description>
<pubDate>2024-04-04 14:40:19</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108601.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[php如何使用websocket示例详解]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108535.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/4233536e06b08ea5ae0e09d624f7100e.jpg border='0' /><br />下面我画了一个图演示 client 和 server 之间建立 websocket 连接时握手部分，这个部分在 node 中可以十分轻松的完成，因为 node ]]></description>
<pubDate>2024-04-04 12:06:38</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108535.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[详解php中流行的rpc框架]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108469.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/a9c071066aec4cf512f9ea121867939b.jpg border='0' /><br />什么是RPC框架？
通常我们调用一个php中的方法，比如这样一个函数方法: localAdd(10, 20)，localAdd方法的具体实现要么是用户自己定义的]]></description>
<pubDate>2024-04-04 09:36:23</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108469.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[基于PHP如何实现原生增删改查的示例代码]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108414.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/168ec9c1ea1ddaac67ceb242cc701222.jpg border='0' /><br />一、代码
1、sql
-- phpMyAdmin SQL Dump
-- version 4 5 1
-- http:  www phpmyadmin net
]]></description>
<pubDate>2024-04-04 07:39:35</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108414.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[PHP代码审核的详细介绍]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108349.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/4733c8c1db46fe1a430d830d035859c3.png border='0' /><br />概述代码审核,是对应用程序源代码进行系统性检查的工作。它的目的是为了找到并且修复应用程序在开发阶段存在的一些漏洞或者程序逻辑错误,避免程序漏洞被非法利用给企业带]]></description>
<pubDate>2024-04-04 05:08:13</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108349.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[php如何实现简易聊天室应用代码]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108289.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0404/fe4239a00e2f8a7adc22b4f51c251736.jpg border='0' /><br />核心逻辑
在定义应用程序的核心功能之前，先来看一看聊天应用程序的基本外观，如以下截图所示：通过聊天窗口底部的输入框输入聊天文本。点击Send按钮，就开始执行函数]]></description>
<pubDate>2024-04-04 03:01:53</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108289.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[php中配置文件操作 如config.php文件的读取修改等操作]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108222.htm]]></link>
<description><![CDATA[例如配置文件 函数定]]></description>
<pubDate>2024-04-04 00:43:05</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108222.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[PHP中一个有趣的preg]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108166.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0403/165d6c7977f6bd614878c7a26eaefb1e.png border='0' /><br />0x01 起因事情的起因是下午遇到了 preg_replace 函数，我们都知道 preg_replace 函数可能会导致命令执行。现在我们来一些情况。
0x0]]></description>
<pubDate>2024-04-03 22:37:49</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108166.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[用php如何实现分页效果的示例代码]]></title>
<link><![CDATA[https://www.haodaima.comphp/article_41_108108.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0403/7543589b9249645d31b87d9f9a18cbcd.png border='0' /><br />分页效果在网页中是常见的，可是怎样才能实现分页呢，今天做了两种方法来实现一下分页的效果
首先，我们需要准备在数据库里面准备一个表，并且插入数据，这些都是必需的前]]></description>
<pubDate>2024-04-03 20:40:41</pubDate>
<guid><![CDATA[https://www.haodaima.comphp/article_41_108108.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
</channel>
</rss>
