help.h 951 B

12345678910111213141516171819202122
  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. #include "common.h"
  15. unsigned int file_exists(const char *path);
  16. unsigned int directory_exists(const char *path);
  17. zend_long date_double_to_timestamp(double value);
  18. #endif //PHP_EXT_XLS_EXPORT_HELP_H