update : 2015.11.03
php.shukuma.com검색:
|
runkit_class_emancipate(PECL runkit >= 0.7.0) runkit_class_emancipate — Convert an inherited class to a base class, removes any method whose scope is ancestral 설명
bool runkit_class_emancipate
( string
$classname
)인수
반환값
성공 시 예제
Example #1 A runkit_class_emancipate() example
<?php 위 예제의 출력: Parent Function Output Fatal error: Call to undefined function: parentFunc() in example.php on line 12 참고
|