Sr. PHP Programmer Question:
What are PSRs? Choose 1 and briefly describe it?
Answer:
PSRs are PHP Standards Recommendations that aim at standardizing common aspects of PHP Development.
An example of a PSR is PSR-2, which is a coding style guide.
An example of a PSR is PSR-2, which is a coding style guide.
Previous Question | Next Question |
Can the value of a constant change during the script's execution? | Explain the different types of errors in PHP? |