top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are predefined classes in PHP?

0 votes
358 views
What are predefined classes in PHP?
posted Aug 6, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

These classes are defined in the standard set of functions included in the PHP build.

Directory
Created by dir().
stdClass
Created by typecasting to object.
__PHP_Incomplete_Class
Possibly created by unserialize().

answer May 13, 2019 by Siddhi Patel
...