Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


List out the predefined classes in PHP?

Answers were Sorted based on User's Feedback



List out the predefined classes in PHP?..

Answer / umapathi

std,
filter,
php_incomplete_class

Is This Answer Correct ?    19 Yes 5 No

List out the predefined classes in PHP?..

Answer / sampath reddy

The class from which dir is instantiated.
stdClass
_PHP_Incomplete_Class
Predefined classes as of PHP 5
exception
php_user_filter

Is This Answer Correct ?    13 Yes 2 No

List out the predefined classes in PHP?..

Answer / abdul shamadhu

Classes in PHP:
Standard Defined Classes
1. Directory
2. stdClass
3. _PHP_Incomplete_Class
Predefined classes as of PHP
1. php_user_filter
Special Classes
1. self
2. parent

Is This Answer Correct ?    10 Yes 0 No

List out the predefined classes in PHP?..

Answer / jagjeet

Directory
stdClass
__PHP_Incomplete_Class
exception
php_user_filter

Is This Answer Correct ?    6 Yes 0 No

List out the predefined classes in PHP?..

Answer / raju

Plz send the Different classes in PHP

Is This Answer Correct ?    10 Yes 5 No

List out the predefined classes in PHP?..

Answer / lekha r nair

Directory
stdClass
_PHP_Incomplete_Class
php_user_filter
self
parent

Is This Answer Correct ?    5 Yes 1 No

List out the predefined classes in PHP?..

Answer / mes2me

send me predefined classes in php
and how php is using in different modules..

Is This Answer Correct ?    5 Yes 1 No

List out the predefined classes in PHP?..

Answer / mes2me

how to get the values from database which is having the same
name...

Is This Answer Correct ?    5 Yes 2 No

List out the predefined classes in PHP?..

Answer / kalpana

class object

Is This Answer Correct ?    5 Yes 2 No

List out the predefined classes in PHP?..

Answer / sai

std,
filter,
php_incomplete_class
filter_get_admin

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More PHP Interview Questions

What is baseurl?

0 Answers  


Which php global variable is used for uploading a file?

0 Answers  


when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief

2 Answers  


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


What is array and function?

0 Answers  


Is set in php?

0 Answers  


=== represents what?

2 Answers   Ephron Systems, NetTrackers,


Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

0 Answers  


What is ltrim?

0 Answers  


How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?

1 Answers  


How can we access the data sent through the url with the post method?

0 Answers  


Can you define an argument as a reference type?

0 Answers  


Categories