123456789101112131415161718 |
- /*
- +----------------------------------------------------------------------+
- | XlsWriter Extension |
- +----------------------------------------------------------------------+
- | Copyright (c) 2017-2018 The Viest |
- +----------------------------------------------------------------------+
- | http://www.viest.me |
- +----------------------------------------------------------------------+
- | Author: viest <[email protected]> |
- +----------------------------------------------------------------------+
- */
- #ifndef PHP_EXT_XLS_EXPORT_HELP_H
- #define PHP_EXT_XLS_EXPORT_HELP_H
- zend_long date_double_to_timestamp(double value);
- #endif //PHP_EXT_XLS_EXPORT_HELP_H
|