current location:Home>Technical Articles>Backend Development>PHP7
- 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 to install amqp extension in php7 (based on Centos6.x)
- Currently using Centos6.x system, PHP uses version 7.1, and the wlnmp one-click package already supports this extension.
- PHP7 2868 2023-02-17 13:34:02
- How to install amqp extension in php7 (based on Centos7.x)
- Currently using Centos7.x system, PHP uses version 7.1, and the wlnmp one-click package already supports this extension.
- PHP7 3101 2023-02-17 13:32:01
- How to install igbinary extension in php7
- Applicable to Centos6.x and Centos7.x systems. PHP uses version 7.1. The wlnmp one-click package already supports this extension.
- PHP7 3262 2023-02-17 13:30:02
- How to install imagick extension in php7
- Applicable to Centos6.x and Centos7.x systems. PHP uses version 7.1. The wlnmp one-click package already supports this extension.
- PHP7 3618 2023-02-17 13:28:01
- How to install phalcon extension in php7
- Applicable to Centos6.x and Centos7.x systems, PHP uses version 7.1, wlnmp one-click package already supports this extension, phalcon expansion package address...
- PHP7 3801 2023-02-17 13:26:01
- How to install php7.4 on CentOS yum
- Use yum to install the official version of php7.4 under the centos system. It is currently installed based on the one-click installation package provided by WLNMP.
- PHP7 10772 2023-02-17 13:24:01
- PHP 7.4 allows throwing exceptions from __toString()
- Throwing exceptions from __toString() is currently prohibited and will result in a fatal error. This makes calling arbitrary code dangerous and makes it a problematic general-purpose API. This RFC aims to remove this restriction.
- PHP7 2682 2023-02-17 13:22:01
- Weak References in PHP 7.4
- Weak references allow the programmer to retain a reference to an object without preventing the object from being destroyed; they are useful for implementing cache-like structures. They currently have extended support in PHP.
- PHP7 3283 2023-02-17 13:20:02
- Numeric Literal Separator in PHP 7.4
- The human eye is not optimized for quickly parsing long sequences of numbers. Therefore, the lack of visual delimiters makes reading and debugging code longer and can lead to unexpected errors.
- PHP7 2963 2023-02-17 13:18:01
- Preloading (Opcache Preloading) in PHP 7.4
- In PHP 7.4, support for preloading was added, a feature that can significantly improve the performance of your code.
- PHP7 7127 2023-02-17 13:16:02
- Typed Properties in PHP 7.4
- Type attributes were added in PHP 7.4 and major improvements were made to PHP's type system. These changes are completely optional and do not break previous versions.
- PHP7 4023 2023-02-17 13:14:01
- Arrow Functions in PHP 7.4
- Short closures, also known as arrow functions, are a way of writing short functions in PHP. This notation is useful when passing closures to functions such as array_map or array_filter.
- PHP7 4547 2023-02-17 13:12:02
- Comparison of exception and error handling in PHP7 with previous versions
- Comparing exception and error handling in PHP7 with previous versions, the difference is that the latter can capture fatal errors and can output helloword normally.
- PHP7 2114 2023-02-17 13:10:01
- How to install php7 on ubuntu
- How to install php7 on ubuntu: first download php7 and common extensions through "apt-get"; then enable Apache's php7.0 module through "a2enmod"; then start the php7.0-fpm process through "start".
- PHP7 2959 2023-02-17 13:08:02
- New features in PHP7.2 (parameter type declaration)
- PHP 7.2 has been officially released with new features, functionality, and improvements that allow us to write better code. In this article, I'll introduce some of the most interesting language features in PHP 7.2 - parameter type declarations.
- PHP7 2943 2023-02-17 13:06:01