PHP interview question and answers

TOP PHP interview question and answers  here are which is asked in many organization/companies.

What is PHP?

PHP is a web language based on scripts that allow developers to dynamically create generated web pages, It is an open source server-side scripting language which is widely used for web development.

2) What do the initials of PHP stand for?

PHP means PHP: Hypertext Preprocessor.

2) What is PEAR in PHP?

PEAR stands for PHP Extension and Application Repository. PEAR is a framework and repository for reusable PHP components. It contains all types of PHP code snippets and libraries.

3) What is the use of a final class and a final method in php?

'final' method is introduced in PHP5,while Final class means that this class cannot be extended(not use in another class) and a final method cannot be overridden.

4)List of the Content Management Systems (CMS) in PHP?

WordPress
Joomla
Magento
Drupal and many more...

5) List of the popular frameworks in PHP?

CodeIgniter
Laravel

CakePHP
Yii 2
Symfony
Zend Framework and many more...

No comments:

Post a Comment

how to call ssh from vs code

 To call SSH from VS Code, you can use the built-in Remote Development extension. This extension allows you to open a remote folder or works...