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:
-
- How does a novice quickly install php8.1 (with pictures and text)
- This article will introduce to you how to install php8.1 for newbies. It is actually very simple and can be done in three steps! Download, configure, test! Let’s take a look at the specific installation steps below~
- PHP8 6877 2023-02-17 12:46:02
-
- Teach you step by step how to set up a php8 environment (with solutions to common problems)
- This article is provided by the php8 tutorial column to give you a detailed introduction on how to build a php8 environment step by step. I hope it will be helpful to you.
- PHP8 5678 2023-02-17 12:44:01
-
- PHP8.2 has two new strong types: null and false!
- This article brings you relevant knowledge about PHP. It mainly introduces the two new strong types added in PHP8.2, namely null and false. Specifying data types for all variables is called strong types. Strong types can Make the code more robust, easier to maintain, and more readable. Let’s take a look at it. I hope it will be helpful to everyone.
- PHP8 2306 2023-02-17 12:42:02
-
- PHP 8.2 no longer supports using ${} to insert variables into strings
- At the end of April, the PHP community passed a proposal with only one negative vote. The proposal is that in the upcoming PHP 8.2, the syntax of using ${} to insert variables in a string will no longer be supported (marked as deprecated). And this syntax was removed in PHP 9.
- PHP8 3741 2023-02-17 12:40:01
-
- An in-depth look at JIT in PHP 8
- This article will take you through the JIT in PHP 8 and talk about how JIT participates in the interpretation process. I hope it will be helpful to everyone!
- PHP8 3748 2023-02-17 12:38:02
-
- PHP 8.1.3 is released! A quick look at the updated content!
- This article brings you the update status of PHP 8.1.3 version. The official encourages all PHP 8.1 users to upgrade to this version. I hope it will be helpful to everyone.
- PHP8 3257 2023-02-17 12:36:01
-
- How to compile PHP 8.0 to MxSrvs tool on Mac
- First of all, I would like to thank the author of MxSrvs for making developing PHP on Mac so easy and less cumbersome.
- PHP8 3262 2023-02-17 12:34:02
-
- Compilation, installation and use of PHP8.0 (detailed explanation)
- The official version of PHP8.0 has been released a long time ago. This article will introduce its installation and compare it with PHP7 using laravel.
- PHP8 8643 2023-02-17 12:32:01
-
- PHP8.1 Fiber cross-executes multi-tasking (with detailed code explanation)
- Now php8.1. Introduced fiber. The scheduling rights are given to all PHP developers. So what new operations can we implement with fiber?
- PHP8 4077 2023-02-17 12:30:02
-
- About the cool operation of the new match statement in PHP8
- A new syntax in PHP8 is very useful, which is the match statement. The match statement is similar to the original switch, but is more strict and convenient than switch.
- PHP8 2855 2023-02-17 12:28:01
-
- PHP8.1 performance benchmark report is here! (Compare multiple versions)
- PHP 8.1 was officially released last week, and technology media Phoronix immediately released a performance benchmark report for PHP 8.1.
- PHP8 6960 2023-02-17 12:26:01
-
- Explain the new features of PHP8 with examples
- This article brings you interpretations and examples of new features of PHP8. I hope it will be helpful to friends in need!
- PHP8 3531 2023-02-17 12:24:01
-
- PHP8.1 new features explained array_is_list function
- You may occasionally have to deal with this problem: determining whether the keys of an array are in numerical order, starting at index 0. Just like json_encode determines whether an array should be encoded as an array or an object.
- PHP8 3439 2023-02-17 12:22:01
-
- 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 2983 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 2623 2023-02-17 12:18:01