-
PHP Runtime
-
framework
-
Essential Tools
-
Other tools

PHP 8.4 is a major update of the PHP language.
It contains many new features, such as property hooks, asymmetric visibility, an updated DOM API, performance improvements, bug fixes, and general cleanup.
Upgrade to PHP 8.4 now!PHP 8.4.7 Released!
The PHP development team announces the immediate availability of PHP 8.4.7. This is a bug fix release.
All PHP 8.4 users are encouraged to upgrade to this version.
For source downloads of PHP 8.4.7 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Fat-Free Framework
Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.

PHPixie
PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.

Slim
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

FuelPHP
The Fuel PHP Framework is a fast, simple and flexible PHP 5.4 framework, born from the best ideas of other frameworks, with a fresh start!

Yii
Yii is a fast, secure, and efficient PHP framework.Flexible yet pragmatic.Works right out of the box.Has reasonable defaults.

CakePHP
CakePHP has a broad set of libraries that include one of the most thorough arrays of helpful components. It’s a great option if you need to implement hard-to-find features.

Phalcon
Phalcon is a full-stack PHP framework whose source code is written in the C programming language. Using the framework doesn’t require knowledge of C as it uses PHP classes and its namespaces.

Laminas Project
The Laminas Project is an open-source continuation of Zend Framework, a PHP framework and component library targeting enterprise applications.

Symfony
Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony.

Memcached Win64-bit system version 1.4.4
Win64-bit system version 1.4.4

Memcached Win32-bit system version 1.4.4
Win32-bit system version 1.4.4

Memcached Win64-bit system version 1.4.5
Win64-bit system version 1.4.5

Memcached Win32-bit system version 1.4.5
Win32-bit system version 1.4.5

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

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.

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),

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

EMQTT (Erlang MQTT message server) v2.3.5 for windows7 x64
EMQTT (Erlang MQTT message server) v2.3.5 for windows7 x64

EMQTT (Erlang MQTT message server) v2.3.5 for Ubuntu16
EMQTT (Erlang MQTT message server) v2.3.5 for Ubuntu16

Nginx helper v1.0.5.1
Nginx helper v1.0.5.1

Titan FTP Server v9.00.1555
Titan FTP Server v9.00.1555

Cerberus FTP Server v9.0.4 for x64
Cerberus FTP Server v9.0.4 for x64

Cerberus FTP Server v9.0.4 for x32
Cerberus FTP Server v9.0.4 for x32

Remote mail server
Remote mail server

PeanutMail
PeanutMail

SendMail8.14.3
SendMail8.14.3
Hot PHP Topics
Show More
How Can I Prevent and Handle NullReferenceExceptions in C#? What is a NullReferenceException?A NullReferenceException is a runtime exception in C# that occurs when you try to access a member of a null...
How to Convert Between Byte Arrays and Hexadecimal Strings in C#? Converting Between Byte Arrays and Hexadecimal StringsConverting between byte arrays and hexadecimal strings can be a common task in programming....
How Can I Efficiently Deserialize JSON in C#? Deserializing JSON in C#When working with JSON data, it's crucial to properly deserialize it into a usable object format. In C#, one common...
How Can I Ensure Proper Disposal of Excel Interop Objects in C# to Prevent the Excel.exe Process from Remaining Active? Ensuring Proper Disposal of Excel Interop Objects: A Comprehensive GuideWhen handling Excel interop objects in C# (specifically, the...
How to fix Steam error 'Unable to verify email address' in Windows? The Unable to Verify Email Address error in Steam prevents users from accessing their accounts so they cannot play their games. The Steam system cannot verify y
How to fix Steam error code 2 in Windows? Steam Error Code 2 is the problem that Windows users can face while opening games, uploading any content, or adding items to a cart on the Steam site. Basically
How to solve steam error code -21? Steam prompts error code -21 solution Recently, some users are prompted with error code -21 when starting steam, which will cause the platform to be unable to log in and use normally. Many friends have tried many methods but have not been solved. So how should this problem be solved? Today, the editor will share with you the specific operation methods. I hope that the content of today's software tutorial can help you. How to solve steam error code -21: Method 1: 1. First make sure that the steam server has not crashed. 2. The confirmation method is to open the browser and enter the steam web version to see if you can enter. Method 2: 1. If there is no problem with the server, then it may be a local network problem. 2. At this time, you can try right-clicking the lower right corner
How to solve steam error code e87 How to solve Steam error code e87 In recent years, computer games have become more and more popular, and Steam, as the world's largest digital distribution platform, plays an important role. However, as the game becomes more complex, various error codes appear. Among them, e87 is one of the common error codes on the Steam platform, causing a lot of trouble to users. This article will explore the causes and solutions of the e87 error code. First, we need to understand the meaning of the e87 error code. When the client fails to launch the game, Steam
CakePHP Creating Validators Validator can be created by adding the following two lines in the controller.
CakePHP Logging Logging in CakePHP is a very easy task. You just have to use one function. You can log errors, exceptions, user activities, action taken by users, for any background process like cronjob. Logging data in CakePHP is easy. The log() function is provide
CakePHP Services This chapter deals with the information about the authentication process available in CakePHP.
CakePHP Working with Database Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.
Smith Number in Java Guide to Smith Number in Java. Here we discuss the Definition, How to check smith number in Java? example with code implementation.
Perfect Number in Java Guide to Perfect Number in Java. Here we discuss the Definition, How to check Perfect number in Java?, examples with code implementation.
Weka in Java Guide to Weka in Java. Here we discuss the Introduction, how to use weka java, the type of platform, and advantages with examples.
Square Root in Java Guide to?Square Root in Java. Here we discuss how Square Root works in Java with example and its code implementation respectively.
PHP Technical Articles
Show More

How to execute php code after writing php code? Several common ways to execute php code
PHP code can be executed in many ways: 1. Use the command line to directly enter the "php file name" to execute the script; 2. Put the file into the document root directory and access it through the browser through the web server; 3. Run it in the IDE and use the built-in debugging tool; 4. Use the online PHP sandbox or code execution platform for testing.

How to implement array paging in PHP?
In PHP, array paging can be implemented through the paginateArray function. This function accepts an array, the number of items per page, and the current page number, and returns the data of the corresponding page. Example of usage: $myArray=range(1,100);$perPage=10;$currentPage=3;$pagedData=paginateArray($myArray,$perPage,$currentPage); Output the data on page 3, that is, 21 to 30.

How to define constructors in PHP?
In PHP, the constructor is defined by the \_\_construct magic method. 1) Define the \_\_construct method in the class, which will be automatically called when the object is instantiated and is used to initialize the object properties. 2) The constructor can accept any number of parameters and flexibly initialize the object. 3) When defining a constructor in a subclass, you need to call parent::\_\_construct() to ensure that the parent class constructor executes. 4) Through optional parameters and conditions judgment, the constructor can simulate the overload effect. 5) The constructor should be concise and only necessary initialization should be done to avoid complex logic or I/O operations.

How to correctly use try-catch block in PHP?
The key steps to correctly use the try-catch block in PHP include: 1. Use try statements in code blocks that may throw exceptions, such as file operations or database queries; 2. Handle exceptions in catch blocks and perform specific processing according to the exception type, such as DivisionByZeroError; 3. Use nested try-catch blocks to handle exceptions at different levels; 4. Avoid abuse of try-catch blocks and use them only when necessary to reduce performance overhead; 5. Provide meaningful error information and logs to improve program robustness and maintainability.

How to verify social security number string in PHP?
Social security number verification is implemented in PHP through regular expressions and simple logic. 1) Use regular expressions to clean the input and remove non-numeric characters. 2) Check whether the string length is 18 bits. 3) Calculate and verify the check bit to ensure that it matches the last bit of the input.

What is the difference between == and === in PHP?
In PHP, == and == are used to compare arrays, == makes loose comparisons, and === makes strict comparisons. 1.== When comparing, the key-value pairs of the array need to be the same, and the order is not important. 2.=== When comparing, the key-value pairs and order of the array must be exactly the same. The choice of which operator to use depends on the specific requirements and scenario.

How to split strings in PHP?
The most common way to split a string in PHP is to use the exploit function. 1. Using the exploit function is simple and efficient, suitable for most scenarios. 2. When dealing with multiple separators, using preg_split and regular expressions is more flexible, but you need to pay attention to performance and correctness. 3. When limiting the number of segmentation times, the third parameter of the exploit function is very useful. 4. Complex formats can be processed in combination with exploit and preg_split. 5. When processing large-scale data, the strtok function can improve efficiency.

How to skip the current loop iteration in PHP?
In PHP, skip the current loop iteration using the continue statement. 1) Continue skips the remaining part of the current loop and directly enters the next iteration. 2) In the for loop, continue does not affect the increment of loop variables. 3) In while and do-while loops, continue does not affect loop condition checking. 4) When using it, you need to pay attention to code readability, performance, error handling and jumps in nested loops.
Video Tutorial
Show More
- Recommend
- Follow
- Article
- Course
- TopicHot
- Q&A
- Information
- Download
- Game
- ProgrammingManual



















Elementary Let's talk--Discussion on the development of personal computer technology strength construction

Elementary Advanced tutorial on full-stack APP development (front-end uniapp + back-end ThinkPHP framework)
































































Classic PHP algorithm, learn excellent ideas and expand your thinking



PHPExcel PHP class library for operating Office Excel documents



PHP library for dependency injection containers



Small PHP library for optimizing images





jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.




HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.




HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.




jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.





Downloaded by 42735 people in total
Recent UpdatesServer side development

Downloaded by 41867 people in total
Recent UpdatesServer side development

Downloaded by 34435 people in total
Recent UpdatesFront-end development

Downloaded by 27798 people in total
Recent UpdatesServer side development

Downloaded by 27345 people in total
Recent UpdatesServer side development

Downloaded by 22227 people in total
Recent Updatesdatabase

Downloaded by 75 people in total
Recent UpdatesFront-end development

Downloaded by 74 people in total
Recent UpdatesFront-end development

Downloaded by 76 people in total
Recent UpdatesFront-end development

Downloaded by 5 people in total
Recent UpdatesFront-end development

Downloaded by 0 people in total
Recent UpdatesFront-end development

Downloaded by 23 people in total
Recent UpdatesFront-end development

Downloaded by 30 people in total
Recent UpdatesFront-end development

Downloaded by 11 people in total
Recent UpdatesFront-end development

Downloaded by 48 people in total
Recent UpdatesServer side development

Downloaded by 62 people in total
Recent UpdatesServer side development

Downloaded by 68 people in total
Recent UpdatesServer side development

Downloaded by 55 people in total
Recent UpdatesServer side development

Downloaded by 29 people in total
Recent UpdatesServer side development

Downloaded by 31 people in total
Recent UpdatesServer side development

Downloaded by 42 people in total
Recent UpdatesServer side development

Downloaded by 1 people in total
Recent UpdatesServer side development

Downloaded by 55 people in total
Recent UpdatesServer side development

Downloaded by 8532 people in total
Recent Updatesdatabase

Downloaded by 8104 people in total
Recent Updatesdatabase

Downloaded by 2634 people in total
Recent Updatesdatabase

Downloaded by 83 people in total
Recent UpdatesMobile terminal

Downloaded by 65 people in total
Recent Updatesdevelopment tools

Downloaded by 62 people in total
Recent UpdatesOther manuals

Downloaded by 88 people in total
Recent UpdatesOther manuals


24-hour Reading Ranking

Popular Topics












Mallsource Code


DownloadRanking










