MCQOPTIONS
Bookmark
Saved Bookmarks
→
Php
→
Online Quiz in Php
→
DocBlocks are indicated by opening a comment usin..
1.
DocBlocks are indicated by opening a comment using _________
A.
/*
B.
//*
C.
/**
D.
/*/
Answer» D. /*/
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which one of the following is true about the following line – $obj = new ImageHandler(‘/images/’, array(400, 300));?
Which function do you have to use to check whether the $path you’ve stored exists?
You use the $_SERVER superglobal and your _______ property to create your path to check.
Before you try to process the file, you need to make sure that your $err value is equivalent to _________
To process the file, you need to break the array from $_FILES into individual values. You can do this using the ________ function.
DocBlocks are indicated by opening a comment using _________
To make the ImageHandler class portable you should create a separate file for it called __________
To check whether a file was uploaded, you look in the _______ superglobal array.
When you’re uploading files you need to set the enctype of the form to __________
Before you can start processing images with PHP, you must first add the ability to upload images to your administrative form on ________
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply