There is no difference. The following content is based on the skills mastered by a Java programmer compared to PHP! Let me tell you, they are actually the same, they are just tools, there is no distinction between high and low.
It’s just that you are not skilled and don’t know!
1. Grammar: You must be familiar with it. When writing code, if the IDE editor reports an error on a certain line, you should be able to know what kind of grammatical error it is based on the error message
and know any corrections.
2. Commands: You must be familiar with some common commands and their common options that come with PHP. Be familiar with those commands and run them yourself
php.exe -h If you have not used all of these commands, then you actually don’t know much about PHP.
3. Tools: You must be proficient in using at least one IDE development tool, such as: Eclipse, Netbeans, zend or
editplus, ultraedit, including project management, setting of common options, installation and configuration of PHP plug-ins, and
debugging.
4. API: The core API of PHP is very large, but there are some contents that I think you must be familiar with, otherwise it will be impossible to use PHP proficiently, including:
◆ The file directory processing function package contains more than 80% of the functions. Flexible use.
◆ Flexible use of more than 80% of the functions in date and time functions
◆ 100% of the content in the mathematical function library.
◆ More than 60% of the contents in the network library are relatively familiar with the functions of each function.
◆ More than 60% of the content under string processing functions, especially various processing functions.
◆ More than 90% of the content under regular expression functions, especially various regular processing
◆ More than 40% of the content under some security libraries, if you have no contact with security, it is impossible to master PHP
◆ XML processing, Be familiar with the advantages and disadvantages of SAX, DOM and JDOM and be able to use one of them to complete XML parsing and content processing.
◆ More than 80% of the content under the graphics and image function library, especially some image generation and processing
◆ More than 90% of the content under the MySQL database function, especially functions for processing various data
◆ 90 under the array processing function More than % of the content, especially various operation processing functions
◆ More than 80% of the content in other PEAR, PECL, and some extended class libraries, especially the processing of some commonly used classes
◆ For different needs, find different Function library.
5. Testing: You must be familiar with using phpunit to write test cases to complete automatic testing of the code.
6. Management: You must be familiar with using xinc, phing, etc. to complete common tasks of project management, such as project compilation, phpdoc generation, generation, version control, and automatic testing.
7. Troubleshooting: It should be possible to quickly locate the cause and approximate location of the problem based on the abnormal information.
8. Thought: You must master the main requirements of OOP, so that the system developed using PHP can be a real PHP system.
9. Standards: The code written must comply with popular coding standards, so that the readability of the program will be better.
10. Erudition: Master OOA, OOD, MS SQL Server, Oracle, Zendframework, cakephp, symfony, template technology and other popular technologies, master software architecture design ideas, search engine optimization, cache system design, website load balancing, system performance tuning and other practical technologies.
Based on the above, I don’t find any difference between PHP and java! There are a lot of things to learn about PHP, Java, and .net!
Impatient people tend to say: PHP language is not good, you should learn Java, C#, VB.NET: - It's you who can't do it! ?
Impetuous people are prone to ask: Which one is better, PHP or Java, C#, or VB.NET; - Let me tell you, they are all good - as long as you learn it well;
Impetuous people are prone to ask: What should I learn: - Don't Just ask and learn;
Impetuous people are prone to ask: Is there any way to make money with PHP: - I suggest you rob a bank
The above introduces the things that the impetuous Faye Wong needs to master in php so as not to be an impetuous person, including the content of the impetuous Faye Wong. I hope it will be helpful to friends who are interested in PHP tutorials.