The POSIX regular expression function ereg_replace ( ) takes ________________
The POSIX regular expression function ereg_replace ( ) takes ________________
Which PHP function treats a string as collection of characters rather than a sequence?
Which PHP function treats a string as collection of characters rather than a sequence?
The output of Md5 is ________________
The output of Md5 is ________________
By using special wildcards for matching a string which function is used?
By using special wildcards for matching a string which function is used?
What is the meaning of . in POSIX style regex?
What is the meaning of . in POSIX style regex?
strspn ( ) and strcspn ( ) functions takes 2 srtring arguments while count_chars ( ) takes ________________
strspn ( ) and strcspn ( ) functions takes 2 srtring arguments while count_chars ( ) takes ________________
Which function is used to take a string as argument and returns a string that is stripped of all HTML and PHP tags?
Which function is used to take a string as argument and returns a string that is stripped of all HTML and PHP tags?
The ereg ( ) function is no more included in ________________
The ereg ( ) function is no more included in ________________
If errors occurs during transfer of file, you can use _________________
If errors occurs during transfer of file, you can use _________________
A function that takes two strings and returns a string that is similar in spelling of other ______________
A function that takes two strings and returns a string that is similar in spelling of other ______________
MD5 is not secure to store passwords because ______________
MD5 is not secure to store passwords because ______________
The PHP removes the ereg functions, and prefer using ________________
The PHP removes the ereg functions, and prefer using ________________
In Perl-compatible patterns any pattern that is followed by ? this means that ________________
In Perl-compatible patterns any pattern that is followed by ? this means that ________________
MD5 algorithm is used to produce a _______________
MD5 algorithm is used to produce a _______________
POSIX regex and PERL compatible regex, both are example of ________________
POSIX regex and PERL compatible regex, both are example of ________________
Some characteristics of MD5 is _______________
Some characteristics of MD5 is _______________
For tokenizing a string which PHP function is used?
For tokenizing a string which PHP function is used?
There are how many types of classes for regular expressions?
There are how many types of classes for regular expressions?
A function that takes a filename as argument and returns a MD5 of that file ________________
A function that takes a filename as argument and returns a MD5 of that file ________________
The Perl-compatible regex patterns are always ended by one particular character, which must be?
The Perl-compatible regex patterns are always ended by one particular character, which must be?