Just a quick question: I\'ve seen that some PHP functions are commented at the top, using a format that is unknown to me:
/** * * Convert an object to an array
You can get the comments of a particular method by using the ReflectionMethod class and calling ->getDocComment().
http://www.php.net/manual/en/reflectionclass.getdoccomment.php