Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Advanced Web Technologies
Quiz 1: PHP and SQL Functions and Concepts
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
the _____function returns the square root of a number:
Question 2
Multiple Choice
The _____function rounds a floating-point number to its nearest integer:
Question 3
Multiple Choice
The _______ function generates a random number:
Question 4
Multiple Choice
To create a constant, use the _____ function.is used
Question 5
Multiple Choice
In PHP7, you can create an Array constant using the ____ function.
Question 6
Multiple Choice
The ____statement is used to perform different actions based on different conditions.
Question 7
Multiple Choice
The PHP ____function formats a timestamp to a more readable date and time.
Question 8
Multiple Choice
A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.