PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/2.0/Source/ExtSupport/PHP5/API/ext/standard/uniqid.h

#
C Header | 37 lines | 6 code | 7 blank | 24 comment | 0 complexity | 486309798251659d8541f6fed1c14082 MD5 | raw file
Possible License(s): CPL-1.0, GPL-2.0, CC-BY-SA-3.0, MPL-2.0-no-copyleft-exception, Apache-2.0
  1. //
  2. // ExtSupport.PHP5 - substitute for php5ts.dll
  3. //
  4. // uniqid.h
  5. // - this is slightly modified uniqid.h, originally PHP 5.3.3 source files
  6. //
  7. /*
  8. +----------------------------------------------------------------------+
  9. | PHP Version 5 |
  10. +----------------------------------------------------------------------+
  11. | Copyright (c) 1997-2010 The PHP Group |
  12. +----------------------------------------------------------------------+
  13. | This source file is subject to version 3.01 of the PHP license, |
  14. | that is bundled with this package in the file LICENSE, and is |
  15. | available through the world-wide-web at the following url: |
  16. | http://www.php.net/license/3_01.txt |
  17. | If you did not receive a copy of the PHP license and are unable to |
  18. | obtain it through the world-wide-web, please send a note to |
  19. | license@php.net so we can mail you a copy immediately. |
  20. +----------------------------------------------------------------------+
  21. | Author: Stig S�ther Bakken <ssb@php.net> |
  22. +----------------------------------------------------------------------+
  23. */
  24. /* $Id: uniqid.h 293036 2010-01-03 09:23:27Z sebastian $ */
  25. #ifndef UNIQID_H
  26. #define UNIQID_H
  27. #ifdef HAVE_GETTIMEOFDAY
  28. PHP_FUNCTION(uniqid);
  29. #endif
  30. #endif /* UNIQID_H */