Proyectos de Subversion Moodle

Rev

Rev 51 | Rev 53 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 51 Rev 52
Línea 150... Línea 150...
150
            echo 'file';
150
            echo 'file';
Línea 151... Línea 151...
151
           
151
           
152
            print_r(get_class_methods($file));
152
            print_r(get_class_methods($file));
153
            print_r($file->get_filename());
153
            print_r($file->get_filename());
154
            print_r($file->get_filesize());
154
            print_r($file->get_filesize());
155
            print_r($file->get_content()));
155
            print_r($file->get_content());
156
            //$stored_file = new  stored_file($fs, $file);
156
            //$stored_file = new  stored_file($fs, $file);
157
            //print_r($stored_file);
157
            //print_r($stored_file);