Is the source code of the predefined PHP classes (eg Execption
, PDO
, etc) available somewhere?
I tried printing the source code of the classes via PHP, but it did not work for predefined classes (probably because the source files don't actually exist on my system?).
The reason why I want the source is that I want to know what and how exactly some methods do what they do (for example, what __wakeup
does for PDO
).