files.php 159B

1234567891011121314151617181920212223
  1. <?php
  2. function files()
  3. {
  4. // TODO
  5. }
  6. function add_file()
  7. {
  8. // TODO
  9. }
  10. function alter_file()
  11. {
  12. // TODO
  13. }
  14. function delete_file()
  15. {
  16. // TODO
  17. }
  18. ?>