Podcast
Questions and Answers
In PHP, what character denotes variables?
In PHP, what character denotes variables?
- %
- #
- $ (correct)
- @
What is the purpose of closing PHP tags in a script?
What is the purpose of closing PHP tags in a script?
- To declare a variable
- To start a new PHP block
- To imply the end of a PHP statement (correct)
- To start a new function
What type of comments are supported in PHP?
What type of comments are supported in PHP?
- Only C++ style comments
- Only C style comments
- C, C++, and Unix shell style comments (correct)
- Only Java style comments
What is the purpose of destructors in PHP?
What is the purpose of destructors in PHP?
What is a key feature of PHP's database support?
What is a key feature of PHP's database support?
What is a difference between PHP and Java?
What is a difference between PHP and Java?
How are constants declared in PHP?
How are constants declared in PHP?
What is a feature of PHP's output?
What is a feature of PHP's output?
What type of databases does PHP support?
What type of databases does PHP support?
What is not required in PHP constructors?
What is not required in PHP constructors?