update : 2015.11.03
php.shukuma.com검색:
|
runkit_import(PECL runkit >= 0.7.0) runkit_import — Process a PHP file importing function and class definitions, overwriting where appropriate 설명
bool runkit_import
( string
$filename
[, int $flags = RUNKIT_IMPORT_CLASS_METHODS
] )
Similar to include however any code residing outside
of a function or class is simply ignored.
Additionally, depending on the value of 인수
반환값
성공 시 예제
Example #1 runkit_import() example
<?php |