Choose a topic to test your knowledge and improve your PHP skills
As people gets older, the ability of applying or maintain attention
The brain ____ as people gets older.
There is __________ in working memory as people gets older.
_______ is the sort directly applied on an axis using the sort dialog button.
Which of the following is not a feature of Tableau?
How many basic steps involved in creating any Tableau data analysis report?
Which of the following is not a type of calculation in Tableau?
_______ is used to extend the normal data views with some additional features.
PHP stands for_________
What is the syntax of PHP code ?
What is the concatenation operator in PHP?
vWhat is the correct way of declaring PHP variables?
PHP is the correct way of declaring PHP variables?
PHP is __________ scripting language.
Which function is used to sort array in ascending order?
There are three different kind of arrays:
Assume you would like to sort an array in ascending order by value while preserving key associations. Which of the following PHP sorting functions would you use?
Two main structures of branching are____________
Which of the conditional statements is/are supported by PHP?
do-while loop is called as________
In a switch-case statement, default can be written__________
Basic syntax for calling a function is
Which function will return true if a variable is an array or false otherwise?
Which of the following PHP function is used to build a function that accepts any number of arguments?
Which build-in function will add a value to the end of the array
which notation is used to access variables of an object?
Which notation should be used to refer to a method in the context of a class rather than an object you use?
Which method is invoked just before an object is garbage collected?
which one of the following property scopes is not supported by PHP?
which function is used to check if class is exists or not?
Which keyword is used to refer to properties or methods within the class itself?
When you use the $_GET variable to collect data, the data is visible to ___________
When you use the $_POST variable to collect data, the data is visible to ____________
Which one of the following should not be used while sending passwords or other sensitive information?
Which method has larger limit on the amount of data that can be passed to web server?
If we use_______ as value for target attribute in form tag, then the response will display in current page only.
Which one of following should not be used while sending sensitive information?
To validate email address, which flag is passes to filter_val() function?
How many function PHP offers for searching and modifying string using PCRE?
which of the following is correct about preg_match() function?
PHP sessions are created using the _______ function.
When you want to store user data in a session use the ________array.
Session allow you to
In PHP cookies are set by using
The attack which involves the insertion of malicious code into a page frequented byy other users is knows as.
To remove all global session variables, use
To destroy the session, we use
Which of the following database is supported by php from beginning
Which of the following statement is used to create a table.
which of the following statement initialized mysqli class?