help.h 930 B

1234567891011121314151617181920
  1. /*
  2. +----------------------------------------------------------------------+
  3. | XlsWriter Extension |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2017-2018 The Viest |
  6. +----------------------------------------------------------------------+
  7. | http://www.viest.me |
  8. +----------------------------------------------------------------------+
  9. | Author: viest <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef PHP_EXT_XLS_EXPORT_HELP_H
  13. #define PHP_EXT_XLS_EXPORT_HELP_H
  14. unsigned int file_exists(const char *path);
  15. unsigned int directory_exists(const char *path);
  16. zend_long date_double_to_timestamp(double value);
  17. #endif //PHP_EXT_XLS_EXPORT_HELP_H