Answer Posted / lekha r nair
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 ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between abstract class and interface in php?
What is meant by ‘passing the variable by value and reference' in php?
What are super global variables in php?
What is namespace and use in php?
What does $_files means?
What is a persistence cookie?
How many columns can be added in a table in mysql?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How to count a number of words in a string in php?
What is http get and post?
Tell me in php, objects are they passed by value or by reference?
What are differences between PECL and PEAR?
How to create a session? How to remove data from a session?
What is php pathinfo?
Tell me how is it possible to return a value from a function?