search

自增/自减变量

===================================================
搭建PHP开发环境所遇到的问题及相应解决方案汇总:

--1-->
php5 相关软件下载 
--2-->
[推荐]新手搭建PHP环境必备知识:windows下PHP5+APACHE+MYSQ完整配置(个人总结)
[推荐]Apache+php+mysql在windows下的安装与配置图解(最新版)

[推荐]php配置总结
--3-->
Apache2.2提示Cannot load php5apache2.dll into server的的解决 
--4-->
Win下apache出现问题:“No services installed”
--5-->
apache 提示You don't have permission to access /test.php on this server.怎样解决

--6-->
win7 安装apache时提示failed to open the winNT

--7-->

在windows 7 下安装MySQL 提示: 1045 access denied for user

--8-->

关于MySQL的1067错误解决方法

===================================================

 常见的 PHP IDE 开发工具汇总

最新ZendStudio 7/8 链接SVN 教程

zend studio 8 注册码(适用于7.0以上所有版本)

===================================================

Apache 下更改 DocumentRoot 和新建虚拟目录

【推荐】基于Apache在本地配置多个虚拟主机站点
===================================================

使用Visual Studio 2008 开发php程序
zend studio 7.x中文界面
PHP开发工具集锦
zend Studio 系列下载
Zend Studio for Eclipse 6.x 在线注册机
Zend Studio For Eclipse 6.1.0汉化方式2种 
zend studio 7.x 汉化包
Eclipse常用快捷键分类总结
zend studio 快捷键
为什么zend studio 7的代码提示(Code Assist)慢的抓狂   优化zend studio调试器的访问速率 
更改zend studio 的web浏览器  

重置zend studio 默认设置的方法(zend studio没有代码提示、zend studio停止在启动画面假死、zend studio集成php手册以后不能正常使用等等杂症的解决方案,,,)
zend studio 6.1/7.x集成php手册之完全解决方案(转)
zend studio 7.x 可视化编辑器插件
zend studio 7.x Aptana(开发js,css...)插件
卸载已经安装在zend studio 7.x 的插件
zend studio 很变态的一个版本 v7.1.2

Zendstudio for Eclipse 自动换行的实现

zend studio 代码字体调整

===================================================
Zend Studio 5.5.x 在线注册机
Zend studio 5.5.1 改为中文版方法 
Zend Studio 5.5.1 集成开发环境系列文本教程之一
Zend Studio 5.5.1 集成开发环境系列文本教程之二 
Zend Studio 5.5.1 集成开发环境系列文本教程之三

【推荐】ZendStudio 5.5.1 开发调试(Debug)配置说明 
Zend Debug 环境配置  

-------------------------------------------------------   

PHP调试工具Xdebug安装配置教程

使用zend studio配置Xdebug调试PHP教程

XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建 XAMPP 软件站集成软件包

 

PhpED 常用快捷键 及其他 个性化设置 备忘

phped 5.9.5 专业版,关于破解过期的解决方案 

1.PhpED的Debugger配置

2.PhpED + Debugger + XAMPP 调试技巧

3.phped 的debugger调试,遇到变量值为中文时,显示乱码 的解决方案




十天学会php之第(1~10)天
PHP函数库
===================================================

PHP连接mysql数据库(解决乱码问题)

php数据库操作实例 
PHP与MYSQL操作实例讲解

PHP代码性能优化的技巧讲解
===================================================
使用mysql_fetch_row()以数组的形式返回查询结果
使用mysql_fetch_array()获取当前行数据
使用mysql_fetch_object()以对象的形式返回查询结果
PHP mysql_result() 函数
mysql_fetch_array()、mysql_fetch_row()和mysql_fetch_object()、mysql_result() ,他们到底哪里不同???
mysql_fetch_row() 与 mysql_fetch_array() 的区别
===================================================
PHP编程之简明入门视频教程-eNet网络学院
【推荐】各种PHP字符串函数总结
【推荐】set_magic_quotes_runtime(0|1) 和 magic_quotes_gpc
get_cfg_var()和ini_get()取得配置值,get_cfg_var和ini_get有什么区别?
"
"和 "\r\n" 这两者有什么区别???
php empty()和isset()的区别
PHP header() 详细使用说明与使用心得 
PHP获取当前url路径的函数及服务器变量($_SERVER)
【推荐】有趣儿的PHP文件操作常用函数总结
 discuz操作mysql实例
php 可变变量
php serialize()与unserialize()不完全研究
PHP中array数组教程  php数组输出三种形式

PHP对HTML编码字符串的处理     htmlspecialchars()、shtmlspecialchars() 函数


php 数组,常用函数

php 数组,常用函数



 

 

 

 

 

 

 

 

 

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Working with Flash Session Data in LaravelWorking with Flash Session Data in LaravelMar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, ReactBuild a React App With a Laravel Back End: Part 2, ReactMar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

cURL in PHP: How to Use the PHP cURL Extension in REST APIscURL in PHP: How to Use the PHP cURL Extension in REST APIsMar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel TestsSimplified HTTP Response Mocking in Laravel TestsMar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon12 Best PHP Chat Scripts on CodeCanyonMar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Notifications in LaravelNotifications in LaravelMar 04, 2025 am 09:22 AM

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

Explain the concept of late static binding in PHP.Explain the concept of late static binding in PHP.Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log AnalysisPHP Logging: Best Practices for PHP Log AnalysisMar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),