Home > Article > Backend Development > php pmp what does it mean
php refers to a computer programming language, a scripting language executed on the server side, especially suitable for web development and can be embedded in HTML; PMP refers to the project management professional qualification certification, which is composed of A qualification examination initiated by the Project Management Institute (PMI) in the United States to strictly evaluate the high-quality knowledge and skills of project managers.
The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.
php What does pmp mean?
PMP means:
PMP refers to Project Management Professional Certification. It was initiated by the Project Management Institute (PMI) in the United States and is a high-quality qualification examination that strictly evaluates the knowledge and skills of project managers.
The purpose is to provide unified industry standards for project managers. The certification examinations established by the American Project Management Association include: PMP (Project Manager) and CAPM (Assistant Project Management). Certification examination institutions have been established in more than 190 countries and regions around the world.
PMI China and the State Administration of Foreign Experts Affairs have launched ACP (AGILE Agile Certification) and PGMP (Project Management Certification). In addition, PBA (Business Analyst) is expected to be implemented at the end of 2016.
PHP means:
php is a computer programming language.
PHP (PHP: Hypertext Preprocessor) is a "hypertext preprocessor". It is a scripting language executed on the server side. It is especially suitable for Web development and can be embedded in HTML. PHP syntax learned the C language, absorbed the characteristics of multiple languages of Java and Perl to develop its own unique syntax, and continued to improve itself based on their strengths, such as Java's object-oriented programming. The main goal of the language was originally created to make Developers quickly write high-quality web sites. PHP supports both object-oriented and process-oriented development, and is very flexible in use.
What can PHP do?
PHP can generate dynamic page content
PHP can create, open, read, write, and close files on the server
PHP can collect form data
PHP can send and receive cookies
PHP can add, delete, Modify data in your database
PHP can restrict users from accessing some pages on your website
PHP can encrypt data
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of php pmp what does it mean. For more information, please follow other related articles on the PHP Chinese website!