Which of the following statements is used to add an attachment to the mail?
What will be the output if we replace the line $num = preg_grep(“/[0-5]/”, $number); with $num = preg_grep(“/[0-5]/”, $number, PREG_GREP_INVERT);?
Which one of the following does not describe a validating filter?
Which of the following statements is incorrect with regard to interfaces?
Which one of the following is the right description for the method getMessage() ?
What will happen at the end of the following sequence of SQL commands?
BEGIN TRANSACTION
DELETE FROM MYTABLE WHERE ID=1
DELETE FROM OTHERTABLE
ROLLBACK TRANSACTION
If you want to temporarily store uploaded files in the /tmp/phpuploads/ directory, which one of the following statement will you use?
Which one of the following statements is true about sequence diagrams?
Which one of the following statements should be used to disable just the fopen(), and file() functions?
How would you store order number (34) in an 'OrderCookie'?
There are three different kind of arrays:
To create an object and set the date to JUNE 22, 2013, which one of the following statement should be executed?
Which one of the following statements can be used to select the database?
What array will you get if you convert an object to an array?
Which one of the following statements should be used to disable the use of two classes administrator and janitor?
What is the difference between stat() and fstat()?
Which one of the following statements is used to create a table?
What is the difference between print() and echo()?
Say you want to report error concerned about fatal run-time, fatal compile-time error and core error which statement would you use?