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 pure intersection type
- You already knew about union types in PHP 8.0, and intersection types are a similar feature. Union types require that the input be one of the given types, and intersection types require that the input be all of the specified types.
- PHP8 3200 2023-02-17 12:20:02
-
- A big explanation of the new features of PHP8.1: Unpacking arrays using string keys
- Array unpacking is already allowed in PHP 7.4, but it only works with numeric keys. The reason string keys were not supported before was because there was no consensus on how to merge array duplicates.
- PHP8 2785 2023-02-17 12:18:01
-
- 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 5349 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 3151 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 3814 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 5116 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 5147 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 3745 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 3148 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 3087 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 2973 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 2694 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 3299 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 3801 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 3069 2023-02-17 11:52:02