PHP Regular Expression
Test
Model Test
Ebook
Quiz-1 : PHP Fundamental
Quiz-2 : PHP Variables and Datatypes
Quiz - PHP Basic 1
Quiz - PHP Fundamental 3
Quiz - PHP Advanced Concept, Networking, Super G.
Quiz - PHP Networking
Quiz PHP Object Oriented Programming
Quiz - PHP string,oop,regular expression
Quiz - PHP and MySQL
Quiz - PHP String,Security,Webservice
Index
PHP Home
PHP Fundamentals
230
PHP Input/Output
16
PHP Object Oriented Programming
59
PHP Installation & Configuration
17
Reported Questions
80
PHP Functions
16
PHP Regular Expression
33
PHP Variables and Datatypes
62
PHP Arrays
104
PHP Operators and Expressions
6
PHP Built-in Constants and Standard PHP .
10
PHP Advanced Concepts
120
PHP Error Handling
34
PHP String Operation
36
PHP Language Syntax
11
PHP Super Globals
21
PHP Datetime and timezone
4
PHP Networking
12
PHP with MySQL
5
PHP Web Service
10
PHP Security
15
PHP File Handling
9
PHP PEAR
7
PHP Control Structure
7
PHP Form Handling
1
Schools
Ebook
Question:
How to determine the length of a string?
A
strlen($str)
B
strLength($str)
C
strLength($str)
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
Comparing two strings case insensitively, which of the following function is used?
A
strCompare($str1,$str2)
B
strcasecmp($str1,$str2)
C
compare($str1,$str2)
D
None
Note:
Not available
Show answer
Show Note
Report
Question:
How to convert a string to lowercase?
A
Stringtolower($str)
B
tolower($str)
C
strtolower($str)
D
lower($str)
Note:
Not available
Show answer
Show Note
Report
Question:
How to convert a string to Uppercase?
A
Stringtolower($str)
B
tolower($str)
C
strtoupper($str)
D
lower($str)
Note:
Not available
Show answer
Show Note
Report
Question:
How to capitalize each word?
A
Stringtoupperr($str)
B
tocapitalize($str)
C
strtoupper($str)
D
ucwords($str)
Note:
Not available
Show answer
Show Note
Report
Question:
Which function is used to convert html tag to plain text?
A
strip_tags($input)
B
strip_html ($input)
C
tag_strip($input)
D
tag_strips($input)
Note:
Not available
Show answer
Show Note
Report
Question:
Which function parses the string based on a predefined list of characters ?
A
strtok(string str, string tokens)
B
strtoks(string str, string tokens)
C
strstok(string str, string tokens)
D
str_tok(string str, string tokens)
Note:
Not available
Show answer
Show Note
Report
Question:
Which function divides the string str into an array of substrings ?
A
explode()
B
strtok()
C
str()
D
exploded()
Note:
Not available
Show answer
Show Note
Report
Question:
Which function offers information regarding the total number of words found in a string?
A
str_word_count()
B
str_words_count()
C
str_words_counts()
D
str_word_counts()
Note:
Not available
Show answer
Show Note
Report
Question:
PCRE stands for?
A
Perl Compatible Regular Expressions
B
project Compatible Regular Expressions
C
Perl Compatible Reference Expressions
D
note
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
Next
Last
/4
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd