<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小白教程 - PHP系列教程</title>
    <link>https://www.xiaobai27.com/portal.php?mod=list&amp;catid=22</link>
    <description>Latest 20 articles of PHP系列教程</description>
    <copyright>Copyright(C) 小白教程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 11 May 2026 13:04:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.xiaobai27.com/static/image/common/logo_88_31.gif</url>
      <title>小白教程</title>
      <link>https://www.xiaobai27.com/</link>
    </image>
    <item>
      <title>Go 语言结构体</title>
      <link>https://www.xiaobai27.com/article-485-1.html</link>
      <description><![CDATA[Go 语言中数组可以存储同一类型的数据，但在结构体中我们可以为不同项定义不同的数据类型。结构体是由一系列具有相同类型或不同类型的数据构成的数据集合。结构体表示一项记录，比如保存图书馆的书籍记录，每本书有 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 27 Feb 2022 15:29:27 +0000</pubDate>
    </item>
    <item>
      <title>Go 语言指针</title>
      <link>https://www.xiaobai27.com/article-484-1.html</link>
      <description><![CDATA[Go 语言中指针是很容易学习的，Go 语言中使用指针可以更简单的执行一些任务。接下来让我们来一步步学习 Go 语言指针。我们都知道，变量是一种使用方便的占位符，用于引用计算机内存地址。Go 语言的取地址符是 ，放到 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 27 Feb 2022 15:26:12 +0000</pubDate>
    </item>
    <item>
      <title>Go 语言变量作用域</title>
      <link>https://www.xiaobai27.com/article-483-1.html</link>
      <description><![CDATA[作用域为已声明标识符所表示的常量、类型、变量、函数或包在源代码中的作用范围。Go 语言中变量可以在三个地方声明：函数内定义的变量称为局部变量函数外定义的变量称为全局变量函数定义中的变量称为形式参数接下来 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 27 Feb 2022 15:25:04 +0000</pubDate>
    </item>
    <item>
      <title>Go语言函数</title>
      <link>https://www.xiaobai27.com/article-482-1.html</link>
      <description><![CDATA[1 函数定义Go语言中定义函数使用func关键字，函数的参数和返回值都是可选的,具体格式如下：func 函数名(参数)(返回值){ 函数体 } 复制123函数名：由字母、数字、下划线组成。但函数名的第一个字母不能是数字。在同一 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 27 Feb 2022 15:22:00 +0000</pubDate>
    </item>
    <item>
      <title>Go语言指针</title>
      <link>https://www.xiaobai27.com/article-481-1.html</link>
      <description><![CDATA[1 指针相关概念指针核心概念指针不能进行偏移和运算，是安全指针。切片，由指向起始元素的原始指针、元素数量和容量组成。内存描述我们在编程的时候，实际上就是在操作内存，除非是进行IO操作写磁盘。C语言课程是我  ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 27 Feb 2022 15:17:00 +0000</pubDate>
    </item>
    <item>
      <title>Go语言基础之map</title>
      <link>https://www.xiaobai27.com/article-480-1.html</link>
      <description><![CDATA[概述map是基于key-value键值对的无序的集合Go语言中的map是引用类型必须初始化才能使用。#1 map定义mapValueType 复制1KeyType:表示键的类型。ValueType:表示键对应的值的类型。map类型的变量默认初始值为nil，需要 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sun, 27 Feb 2022 15:16:49 +0000</pubDate>
    </item>
    <item>
      <title>PHP JSON</title>
      <link>https://www.xiaobai27.com/article-435-1.html</link>
      <description><![CDATA[本章节我们将为大家介绍如何使用 PHP 语言来编码和解码 JSON 对象。环境配置在 php5.2.0 及以上版本已经内置 JSON 扩展。JSON 函数函数描述json_encode对变量进行 JSON 编码json_decode对 JSON 格式的字符串进行解码 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 23:00:48 +0000</pubDate>
    </item>
    <item>
      <title>PHP 高级过滤器</title>
      <link>https://www.xiaobai27.com/article-434-1.html</link>
      <description><![CDATA[检测一个数字是否在一个范围内以下实例使用了 filter_var() 函数来检测一个 INT 型的变量是否在 1 到 200 内:实例?php$int = 122;$min = 1;$max = 200;if (filter_var($int, FILTER_VALIDATE_INT, array(&amp;quot;options&amp;quot; = ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:59:59 +0000</pubDate>
    </item>
    <item>
      <title>PHP 过滤器</title>
      <link>https://www.xiaobai27.com/article-433-1.html</link>
      <description><![CDATA[本节将为你讲解 PHP 过滤器的使用。PHP 过滤器用于验证和过滤来自非安全来源的数据，比如用户的输入。什么是 PHP 过滤器？PHP 过滤器用于验证和过滤来自非安全来源的数据。测试、验证和过滤用户输入或自定义数据是任 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:59:27 +0000</pubDate>
    </item>
    <item>
      <title>PHP 异常处理</title>
      <link>https://www.xiaobai27.com/article-432-1.html</link>
      <description><![CDATA[异常指的是程序在运行中出现不符合预期的情况，允许发生，但属于一种不正常的情况，是本不该出现但仍出现的错误，属于逻辑和业务流程的错误，而不是编译或者语法上的错误。异常用于在指定的错误发生时改变脚本的正常 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:58:54 +0000</pubDate>
    </item>
    <item>
      <title>PHP Secure E-mails</title>
      <link>https://www.xiaobai27.com/article-430-1.html</link>
      <description><![CDATA[我们在上一节内容中已经介绍过 PHP 发送电子邮件的方式了，但是在上一节中的 PHP e-mail 脚本中，存在着一个漏洞，接下来我们一起来解决这个漏洞！PHP E-mail 注入首先，请看上一章中的 PHP 代码：html body ?php if ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:57:11 +0000</pubDate>
    </item>
    <item>
      <title>PHP 错误处理</title>
      <link>https://www.xiaobai27.com/article-431-1.html</link>
      <description><![CDATA[在使用 PHP 的过程中也会遇到错误，那么我们该怎么处理这些错误呢？一起来通过本节的内容进行了解。在 PHP 中，默认的错误处理很简单。一条错误消息会被发送到浏览器，这条消息带有文件名、行号以及描述错误的消息。 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:57:00 +0000</pubDate>
    </item>
    <item>
      <title>PHP 发送电子邮件</title>
      <link>https://www.xiaobai27.com/article-429-1.html</link>
      <description><![CDATA[PHP 允许您从脚本直接发送电子邮件。本节将为你介绍 PHP 发送电子邮件的具体方法。PHP mail() 函数PHP mail() 函数用于从脚本中发送电子邮件。语法mail(to,subject,message,headers,parameters)参数参数描述to必需。 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:56:44 +0000</pubDate>
    </item>
    <item>
      <title>PHP Sessions</title>
      <link>https://www.xiaobai27.com/article-428-1.html</link>
      <description><![CDATA[Session 中文译名叫做“会话”，其本来的含义是指有始有终的一系列动作/消息。PHP session 变量用于存储关于用户会话（session）的信息，或者更改用户会话（session）的设置。Session 变量存储单一用户的信息，并且 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:56:24 +0000</pubDate>
    </item>
    <item>
      <title>PHP Cookies</title>
      <link>https://www.xiaobai27.com/article-427-1.html</link>
      <description><![CDATA[cookie 是一种在远程浏览器端储存数据并以此来跟踪和识别用户的机制，PHP 透明地支持HTTPcookie。cookie 常用于识别用户。Cookie 是什么？cookie 常用于识别用户。cookie 是一种服务器留在用户计算机上的小文件。每 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:55:53 +0000</pubDate>
    </item>
    <item>
      <title>PHP 文件上传</title>
      <link>https://www.xiaobai27.com/article-426-1.html</link>
      <description><![CDATA[本节将介绍 PHP 中文件是如何上传的。通过 PHP，可以把文件上传到服务器。创建一个文件上传表单允许用户从表单上传文件是非常有用的。请看下面这个供上传文件的HTML 表单：html body form action=&amp;quot;upload_file.php&amp;quot;  ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:55:16 +0000</pubDate>
    </item>
    <item>
      <title>PHP 多维数组</title>
      <link>https://www.xiaobai27.com/article-425-1.html</link>
      <description><![CDATA[一个数组中的值可以是另一个数组，另一个数组的值也可以是一个数组。依照这种方式，我们可以创建二维或者三维数组：实例?php// A two-dimensional arraycars = array(array(&amp;quot;Volvo&amp;quot;,100,96),array(&amp;quot;BMW&amp;quot;,60,59),ar ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:54:38 +0000</pubDate>
    </item>
    <item>
      <title>PHP 文件处理</title>
      <link>https://www.xiaobai27.com/article-424-1.html</link>
      <description><![CDATA[在 PHP 中，可以对文件进行一些处理操作，其中包括创建、读取、上传以及编辑文件。fopen() 函数用于在 PHP 中打开文件。打开文件fopen() 函数用于在 PHP 中打开文件。此函数的第一个参数含有要打开的文件的名称，第 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:54:11 +0000</pubDate>
    </item>
    <item>
      <title>PHP 包含文件</title>
      <link>https://www.xiaobai27.com/article-423-1.html</link>
      <description><![CDATA[PHP include 和 require 语句在 PHP 中，您可以在服务器执行 PHP 文件之前在该文件中插入一个文件的内容。include 和 require 语句用于在执行流中插入写在其他文件中的有用的代码。include 和 require 除了处理错误 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:53:34 +0000</pubDate>
    </item>
    <item>
      <title>PHP Date() 函数</title>
      <link>https://www.xiaobai27.com/article-422-1.html</link>
      <description><![CDATA[PHP date() 函数用于格式化时间/日期。date() 函数返回将整数timestamp按照给定的格式字串而产生的字符串。PHP Date() 函数PHP date() 函数可把时间戳格式化为可读性更好的日期和时间。时间戳是一个字符序列，表示一 ... ...]]></description>
      <category>PHP系列教程</category>
      <author>小白教程</author>
      <pubDate>Sat, 26 Feb 2022 22:52:30 +0000</pubDate>
    </item>
  </channel>
</rss>