
PHP
bh6635
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP官网上中文手册中提到的伪类型是什么?
英语原文是:Pseudo-types are keywords used in the PHP documentation to specify the types or values an argument can have. Please note that they are not primitives of the PHP language. So you cannot use ps...原创 2019-01-13 02:55:11 · 374 阅读 · 0 评论 -
Windows 8.1 下配置 Nginx + PHP 开发环境
前言除了这篇文章介绍的方法,也可以使用一些工具软件一键搭建 PHP 开发与运行环境。XAMPP,集成了 Apache + MariaDB + PHP + Perl。官方网站:https://www.apachefriends.org/index.html下载一、下载NginxNginx 官方下载地址为:http://nginx.org/en/download.html。从中下载 ...原创 2019-02-03 08:11:07 · 591 阅读 · 0 评论