Which of the following are features of PHP?
- It only supports MySQL database.
- It can't be embedded within HTML.
- It's only used for web development.
- It offers a large amount of built-in functions.
PHP provides a vast amount of built-in functions that help developers avoid having to write lengthy scripts to perform common operations. This feature is one of the factors that make PHP a preferred language for web development. Learn more: https://www.php.net/manual/en/funcref.php
Loading...
Related Quiz
- What is the purpose of the array_keys() function in PHP?
- The keys in a PHP associative array are always numeric.
- Which of the following are true about the elseif statement in PHP?
- You are writing a PHP script and you need to collect data sent in the URL's query string. How would you do this using the $_GET superglobal?
- You have installed PHP on your local machine, but your PHP script isn't running. What could be potential reasons for this?