strspn ( ) and strcspn ( ) functions takes 2 srtring arguments while count_chars ( ) takes ________________
strspn ( ) and strcspn ( ) functions takes 2 srtring arguments while count_chars ( ) takes ________________
If errors occurs during transfer of file, you can use _________________
If errors occurs during transfer of file, you can use _________________
For tokenizing a string which PHP function is used?
For tokenizing a string which PHP function is used?
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?
There are how many types of classes for regular expressions?
There are how many types of classes for regular expressions?
The PHP removes the ereg functions, and prefer using ________________
The PHP removes the ereg functions, and prefer using ________________
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 ereg ( ) function is no more included in ________________
The ereg ( ) function is no more included in ________________
MD5 algorithm is used to produce a _______________
MD5 algorithm is used to produce a _______________
The output of Md5 is ________________
The output of Md5 is ________________
Some characteristics of MD5 is _______________
Some characteristics of MD5 is _______________
MD5 is not secure to store passwords because ______________
MD5 is not secure to store passwords because ______________
What is the meaning of . in POSIX style regex?
What is the meaning of . in POSIX style regex?
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?
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 ______________
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 ________________
POSIX regex and PERL compatible regex, both are example of ________________
POSIX regex and PERL compatible regex, both are example of ________________
The POSIX regular expression function ereg_replace ( ) takes ________________
The POSIX regular expression function ereg_replace ( ) takes ________________
By using special wildcards for matching a string which function is used?
By using special wildcards for matching a string which function is used?