PHP can only be installed on a Linux operating system.
- TRUE
- FALSE
PHP is cross-platform, meaning it can be installed on multiple operating systems, not just Linux. This includes Windows, macOS, and more. Its cross-platform compatibility is one of the reasons for PHP's widespread use. Learn more: https://www.php.net/manual/en/install.php
Loading...
Related Quiz
- Which of the following are common uses of array sorting functions in PHP?
- You have a PHP script and you need to include a file, but you want to continue execution of the script even if the file is not found. Which statement would you use and why?
- What is the purpose of the array_merge() function in PHP?
- In a PHP foreach loop, the as keyword is used to assign the current element's value to the ______ variable.
- What is the static variable in a function useful for?