Really?
Try to execute this:
or this to get more details:PHP Code:foreach( get_class_methods('SplTempFileObject') as $methodName )
{
echo $methodName . '<br />';
}
PHP Code:echo '<pre>';
Reflection::export( new ReflectionClass('SplTempFileObject') );
echo '</pre>';





Reply With Quote