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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- One trick to teach you how to solve the problem of not being able to load redis in php7
- This article is written by the PHP7 tutorial column to introduce to you how to solve the problem of not being able to load redis in php7. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP7 1992 2023-02-18 08:50:02
-
- What should I do if the session value cannot be successfully passed across pages in PHP7? (with solution)
- The session is stored on the server side, and session.use_trans_sid = 0 in the php.ini configuration file in PHP7, causing the transfer to fail.
- PHP7 2497 2023-02-18 08:48:01
-
- Let's talk about how Error is handled in PHP7
- Some time ago, I encountered a situation in the project that I thought was strange at the time: using GuzzleHttp to send a curl request, the API response timed out, causing an exception to be thrown.
- PHP7 2519 2023-02-18 08:46:02
-
- Differences between PHP5 and PHP7 regarding get functions
- When executing functions/methods by obtaining function/method names through variables in PHP5 and PHP7, the same code may not run due to different interpretation strategies between versions.
- PHP7 1986 2023-02-18 08:44:01
-
- How to install openssl extension in php7
- How to install openssl extension in php7: 1. Enter the openssl extension directory; 2. Run phpize; 3. Perform installation through "yum install openssl"; 4. Open php.ini and add "extension=openssl.so"; 5. Restart PHP.
- PHP7 3163 2023-02-18 08:42:02
-
- Examples to explain the return value of PHP7 extension development
- This time, we will demonstrate how to accept incoming parameters and output return values in a PHP extension. We will implement the default_value method in the extension.
- PHP7 2998 2023-02-18 08:40:01
-
- Analyze errors and exceptions in PHP7 together
- One of the reasons why the PHP language is simple is PHP's error handling mechanism. As the PHP language becomes more and more modern, exceptions have also appeared. This blog post will briefly talk about errors and exceptions to facilitate the understanding of the system.
- PHP7 2397 2023-02-18 08:38:01
-
- How to install php7.2 on ubuntu (with the process of uninstalling lower versions)
- In this article, the PHP7 tutorial column will introduce to you how to uninstall and install php7.0 when installing the higher version of php7.2 on ubuntu. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- PHP7 3450 2023-02-18 08:36:02
-
- An article explaining how to install event extension in PHP7
- Libevent is a lightweight open source high-performance I/O framework written in C language. It supports a variety of I/O multiplexing technologies: epoll, poll, dev/poll, select and kqueue, etc.; supports I/O , events such as timers and signals; register event priorities.
- PHP7 3027 2023-02-18 08:34:01
-
- Do you know what pitfalls PHP7 needs to pay attention to?
- Do you know what pitfalls PHP7 needs to pay attention to? Here are ten pitfalls you need to avoid in PHP 7. I hope it will be helpful to you!
- PHP7 1563 2023-02-18 08:32:02
-
- Share a very useful php7+mongodb class!
- Due to project needs, the project was upgraded to php7. But after upgrading, I found that the mongo extension cannot be used. PHP7.0 and above only support mongodb extension. The mongodb extension driver is more complicated to use than the monmgo extension.
- PHP7 2188 2023-02-18 08:30:01
-
- How to install stomp extension in php7
- How to install the stomp extension in php7: 1. Download the stomp extension package; 2. Compile and install through "yum install"; 3. Modify php.ini and add "stomp.so"; 4. Restart PHP.
- PHP7 3272 2023-02-18 08:28:01
-
- Summary of new features of all versions of php7 [recommended]
- Parameter and return value types can now be nulled by preceding the type with a question mark. When this feature is enabled, the parameters passed in or the result returned by the function are either of the given type...
- PHP7 2700 2023-02-18 08:26:01
-
- How to install mysql extension in php7
- How to install the mysql extension in php7: 1. Download the mysql extension; 2. Execute "tar zxvf mysql.tar.gz"; 3. Enter the decompressed directory; 4. Add the mysql extension to the configuration file in php.
- PHP7 4847 2023-02-18 08:24:01
-
- High quality notes are here! About PHP7 performance optimization
- request (nginx, apache, cli, etc.) –> Zend engine reads the .php file –> scans its dictionary and expressions –> parses the file –> creates computer code to be executed (called Opcode) –> finally executes the Opcode – >response returns.
- PHP7 2731 2023-02-18 08:22:01