When is the best time to create your own function When The C
When is the best time to create your own function?
When The Code Needs Documented
After Supper
When Your Code Gets Really Long
When You Have a Script to Write
When You Plan to Reuse Code
Which of the following is not a string function?
trim()
rand()
stripslashes()
strstr()
print()
$language[\'php\'] is an example of...
a multidimensional array
a numerical array
an associative array
What is the name of the variable type in which multiple (separate) values can be stored?
float
boolean
array
string
integer
Bonus Question: If Ireland sank into the sea, what county wouldn\'t sink?
Mayo
Dublin
Limerick
Cork
Kerry
Which of the following is commonly used for arrays?
For
Switch
if... elseif... else
Solution
1 When Your Code Gets Really Long
2 stripslashes()
3 a numerical array
4 boolean
5 Cork
6 if... elseif... else

