X7ROOT File Manager
Current Path:
/opt/alt/php72/usr/include/php/ext/gd/libgd
opt
/
alt
/
php72
/
usr
/
include
/
php
/
ext
/
gd
/
libgd
/
ðŸ“
..
📄
bmp.h
(2.39 KB)
📄
gd.h
(32.73 KB)
📄
gd_errors.h
(673 B)
📄
gd_intern.h
(261 B)
📄
gd_io.h
(1.05 KB)
📄
gdcache.h
(2.68 KB)
📄
gdfontg.h
(529 B)
📄
gdfontl.h
(527 B)
📄
gdfontmb.h
(495 B)
📄
gdfonts.h
(491 B)
📄
gdfontt.h
(522 B)
📄
gdhelpers.h
(1.54 KB)
📄
jisx0208.h
(69.68 KB)
📄
wbmp.h
(1.25 KB)
Editing: gd_errors.h
#ifndef GD_ERRORS_H #define GD_ERRORS_H #ifndef _WIN32 # include <syslog.h> #else # include "win32/syslog.h" #endif /* LOG_EMERG system is unusable LOG_ALERT action must be taken immediately LOG_CRIT critical conditions LOG_ERR error conditions LOG_WARNING warning conditions LOG_NOTICE normal, but significant, condition LOG_INFO informational message LOG_DEBUG debug-level message */ #define GD_ERROR LOG_ERR #define GD_WARNING LOG_WARNING #define GD_NOTICE LOG_NOTICE #define GD_INFO LOG_INFO #define GD_DEBUG LOG_DEBUG void gd_error(const char *format, ...); void gd_error_ex(int priority, const char *format, ...); #endif
Upload File
Create Folder