Home  >  Article  >  Backend Development  >  where to write php

where to write php

藏色散人
藏色散人Original
2019-10-17 09:16:542335browse

where to write php

Where to write php?

php can be written in the PhpStorm tool.

PhpStorm is a commercial PHP integrated development tool developed by JetBrains. It is designed to improve user efficiency. It can deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking.

Advantages

1. Cross-platform.

2. Support refactor function for PHP.

3. Automatically generate phpdoc comments, which is very convenient for large-scale programming.

4. Built-in support for Zencode.

5. Generate a class inheritance diagram. If there is a class, after multiple inheritances, you can use this function to view all its parent relationships.

6. Support code refactoring to facilitate code modification.

7. Has local history function (local history function).

8. Convenient deployment, you can directly upload the code to the server.

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of where to write php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn