|
runkit_class_emancipateConvert an inherited class to a base class, removes any method whose scope is ancestral Description
bool runkit_class_emancipate
( string
$classname
)Parameters
Return Values
Returns Examples
Example #1 A runkit_class_emancipate example
<?php The above example will output: Parent Function Output Fatal error: Call to undefined function: parentFunc() in example.php on line 12 See Also
|