(no version information, might be only in CVS)
Name of class to be adopted
Parent class which child class is extending
Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.
Ejemplo 1. A runkit_class_adopt() example
<?phpclass myParent { function parentFunc() { echo "Parent Function Output\n"; }}class myChild {}runkit_class_adopt('myChild','myParent');myChild::parentFunc();?>
El resultado del ejemplo seria:
Parent Function Output
Hosting by: hurra.comGenerated: 2007-01-26 18:01:06