current location:Home > Technical Articles > Backend Development > PHP8
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- PHP8.1 new features explained: Fibers with a grain of salt
- So I'm going to write an in-depth blog post about using Fibers in PHP 8.1. We'll explain them from the ground up, starting with a basic example. The idea is to send asynchronous HTTP requests and process them in parallel using fibers.
- PHP8 4941 2023-02-17 12:16:02
-
- PHP8.1 new features explained initializers initializer
- PHP 8.1 adds a seemingly small detail, but I think it will have a significant day-to-day impact on many people. So what is this "What's new in the Initializer RFC" about?
- PHP8 2967 2023-02-17 12:14:02
-
- A big explanation of the new features of PHP8.1: readonly properties read-only properties
- Over the years, writing data transfer objects and value objects has become very easy in PHP.
- PHP8 3534 2023-02-17 12:12:01
-
- PHP8.1 new features explained Enums enumeration
- They're finally here - built-in support for enumerations will be added to PHP 8.1! Some may think they should have done this a long time ago, but you didn't hear my complaint; I'm glad they did! This article is dedicated to a deep dive into the newly added features.
- PHP8 4886 2023-02-17 12:10:01
-
- How much do you know about php8 annotations?
- (path: "/path", methods: ["get"]) is the new syntax of php8. When passing parameters, you can specify the parameter name and do not pass the parameters in the order of the formal parameters.
- PHP8 4879 2023-02-17 12:08:01
-
- Let's talk about the str_starts_with() function in PHP8
- This article will take you to talk about the str_starts_with() function in PHP8. str_starts_with() is a predefined function in PHP 8 that performs a case-sensitive search on a given string.
- PHP8 3526 2023-02-17 12:06:01
-
- Parsing PHP8 underlying kernel source code - array (4)
- This article introduces to you "Analysis of PHP8 underlying kernel source code - array (4)". It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP8 2972 2023-02-17 12:04:01
-
- Parsing PHP8 underlying kernel source code - array (3)
- This article introduces to you "Analysis of PHP8 underlying kernel source code - array (3)". It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP8 2908 2023-02-17 12:02:01
-
- In-depth analysis of SAPI, the underlying kernel source code of PHP8 (1)
- This article will give you an in-depth analysis of the underlying kernel source code of PHP8 and learn about SAPI. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP8 2663 2023-02-17 12:00:02
-
- Parsing PHP8 underlying kernel source code - array (2)
- This article introduces to you "Analysis of PHP8 underlying kernel source code - array (2)". It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP8 2489 2023-02-17 11:58:01
-
- Parsing PHP8 underlying kernel source code - array (1)
- This article introduces to you "Analysis of PHP8 underlying kernel source code - array (1)". It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP8 2847 2023-02-17 11:56:02
-
- Let's talk about some new grammatical features of PHP8
- This article introduces some new grammatical features of PHP8 to you. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP8 3594 2023-02-17 11:54:01
-
- Detailed explanation of Nginx1.19 php8.0 source code compilation and installation
- Step 1: Download the nginx package and place it in the specified directory, usually in the mnt directory; decompress the nginx compressed package; prepare dependent packages...
- PHP8 2862 2023-02-17 11:52:02
-
- Functions commonly used in php development
- $createtime = date( "Y-m-d H:i:s" );echo "$createtime ";//The time function outputs the current hour, minute and second. This function, for example, can record the time of posting the post in the data field when rendering the page. $ h = is_null( $c&n...
- PHP8 237 2021-03-30 11:36:23
-
- Teach you how to build a php8 environment from scratch
- 1. Decompress; 2. Configure compilation parameters, refer to https://www.php.net/manual/zh... to select the options you need...
- PHP8 7816 2023-02-17 11:50:01