List out the predefined classes in PHP?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / jagjeet
Directory
stdClass
__PHP_Incomplete_Class
exception
php_user_filter
| Is This Answer Correct ? | 6 Yes | 0 No |
Directory
stdClass
_PHP_Incomplete_Class
php_user_filter
self
parent
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mes2me
send me predefined classes in php
and how php is using in different modules..
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mes2me
how to get the values from database which is having the same
name...
| Is This Answer Correct ? | 5 Yes | 2 No |
What is php static function?
Which is better php or nodejs?
How will you create a bi-lingual site (multiple languages) ?
What is mysql_fetch_row?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
The left association operator % is used in PHP for?
How can I find the width and height of an image resource?
2 Answers Rushmore Consultancy,
What is php artisan tinker?
Explain what does $_files means?
What is artisan in php?
Php says that an array is an ordered map. But how the values are ordered in an array?
What is a http session?