runkit_import
(PECL runkit:0.7-0.9)
runkit_import — Process a PHP file importing function and class definitions, overwriting where appropriate
Description
bool runkit_import ( string $filename [, int $flags ] )
Parameters
- filename
-
Filename to import function and class definitions from
- flags
-
Bitwise OR of the RUNKIT_IMPORT_* family of constants.
Return Values
Returns TRUE on success or FALSE on failure.