1. | Which of them is a HTML specific string function? |
Answer: (d).All of them
|
2. | Perl-compatible regex patterns are always ended by one particular character, which must be? |
Answer: (a).Same as beginning and end
|
3. | Strspn ( ) and strcspn ( ) functions takes 2 srtring arguments while count_chars ( ) takes |
Answer: (a).1 argument
|
4. | A function that takes two strings and returns a string that is similar in spelling of other |
Answer: (c).levenshtein ( )
|
5. | Some characteristics of MD5 is |
Answer: (d).All of them
|
6. | Output of Md5 is |
Answer: (b).32 hexa digest characters
|
7. | If errors occurs during transfer of file, you can use |
Answer: (a).MD5 digest along with message
|
8. | MD5 takes input string and makes it down into a fixed length string of |
Answer: (a).32 hexadecimal values
|
9. | POSIX regex and PERL compatible regex, both are example of |
Answer: (c).Regular expressions
|
10. | Which function from following is not included in PHP6? |
Answer: (d).All of them
|