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:
-
- Examples to explain how PHP handles errors and exceptions in the Yii framework
- Yii has implemented exception and error takeover on CApplication by default, which is implemented through PHP's set_exception_handler and set_error_handler. Through these two PHP built-in functions, uncaught exceptions and errors in the program can be taken over, thereby improving the maintainability of the program.
- PHP7 2067 2023-02-18 07:20:01
-
- How to use mysqli extension in php7
- In php, we often use the mysqli extension. Today we will introduce to you how to use the mysqli extension in php7. Friends in need can refer to it.
- PHP7 2722 2023-02-18 07:18:02
-
- How to add php7 module to local Apache server
- I believe everyone will often consider this question, that is, how to add the php7 module to the local Apache server? Today I will introduce it, you can refer to it if you need it.
- PHP7 2495 2023-02-18 07:16:01
-
- How to configure nginx and php-fpm
- In php7, the most indispensable ones are nginx and php-fpm. Today I will show you how to configure nginx and php-fpm. You can refer to it if you need it.
- PHP7 3114 2023-02-18 07:14:02
-
- What are the differences between DES, ECB and CBC encryption methods?
- In PHP, there are several encryption methods, including DES, ECB and CBC. Today I will take you to understand the differences between these three encryption methods. You can refer to them if necessary.
- PHP7 4318 2023-02-18 07:12:01
-
- How to install php7.0 in linux environment
- How to install php7.0 in Linux environment: first download php and unzip it for installation; then configure the environment variable "export PATH=/usr/local/php/bin:$PATH"; finally start php-fpm.
- PHP7 3986 2023-02-18 07:10:02
-
- How to configure serial port connection dio in php7
- In php, there is something called a serial port. I don’t know if you have heard of it. Today I will show you how to configure the serial port to connect to dio in php7. You can refer to it if you need it.
- PHP7 2727 2023-02-18 07:08:01
-
- How to configure php7 on iis7.5 under win7
- The company's business needs, I have been doing PHP development recently, I have never been exposed to this aspect before, my colleagues set up the environment and started typing the code. Personally, I prefer to get to the bottom of things, otherwise I always have no idea, so I took advantage of the project At the end of the stage, I reinstalled the computer and found the opportunity to configure the PHP development environment under Windows.
- PHP7 3041 2023-02-18 07:06:01
-
- Is PHP7 really that powerful?
- It has been a year and a half since PHP7 was officially released. When it first came out, it was said to be several times faster than the old version. The speed and efficiency of various open source frameworks or systems running on PHP7 have increased several times. Anyway, both the media and developers are fanning the flames. , no, it should be full of praise. Today we will test it and see the effect.
- PHP7 2227 2023-02-18 07:04:01
-
- How to switch the php version in apache
- When we open apache, we can see that php has many version numbers. When we don't want to use php5, how should we switch the version to php7? The editor will introduce to you the switching method below.
- PHP7 2638 2023-02-18 07:02:01
-
- Detailed introduction to common extensions in php
- PHP extensions are mainly divided into two categories: PHP module extensions and zend module extensions. Below, the editor will introduce to you the php module extension and zend module extension. You can refer to it if necessary.
- PHP7 3764 2023-02-18 07:00:01
-
- What is the difference between the garbage collection mechanisms of PHP5 and PHP7?
- The garbage collection mechanisms of php5 and php7 both use reference counting. Since PHP is written in C, there is something called a structure in C. Our PHP variables are stored in this way in C. Today we will learn the difference between the garbage collection mechanisms of PHP5 and PHP7.
- PHP7 2031 2023-02-18 06:58:01
-
- How to use PDO to connect to the database in php7
- In PHP, you can use PDO to connect to the database, but not everyone knows the method that is compatible with both windows and centos. Here is a way to use PDO to connect that is compatible with both windows and centos. You can take a look if you need it.
- PHP7 2535 2023-02-18 06:56:02
-
- How to write php7 extension class
- In php7, there are many extension classes. Today we will take the person class as an example to implement the doing method and saying method. Friends in need can refer to it.
- PHP7 2743 2023-02-18 06:54:01
-
- How to install the extension intl that comes with php7 in centos7.2 system
- The progress of php7 is huge, but great progress also means big changes. Many extensions of old versions of php are no longer compatible. Fortunately, php7 comes with many extensions, such as the intl.so extension. The following will introduce how to install the built-in extension intl in the php7.2.5 version of the centos7.2 system.
- PHP7 3163 2023-02-18 06:52:02