| classkit_importImport new class method definitions from a file Description
   array classkit_import
    ( string  $filename)
 Warning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Parameters
 
 Return ValuesAssociative array of imported methods Examples
 Example #1 classkit_import example 
<?php
<?phpThe above example will output: foo! bar! See Also
 
 |