Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.12.41.25
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php81 /
usr /
include /
php /
main /
Delete
Unzip
Name
Size
Permission
Date
Action
streams
[ DIR ]
drwxr-xr-x
2025-03-31 10:38
SAPI.h
9.99
KB
-rw-r--r--
2025-03-12 11:49
build-defs.h
6.76
KB
-rw-r--r--
2025-03-12 11:49
fastcgi.h
4.78
KB
-rw-r--r--
2025-03-12 11:49
fopen_wrappers.h
2.2
KB
-rw-r--r--
2025-03-12 11:49
http_status_codes.h
2.83
KB
-rw-r--r--
2025-03-12 11:49
php.h
11.4
KB
-rw-r--r--
2025-03-12 11:49
php_compat.h
19.66
KB
-rw-r--r--
2025-03-12 11:49
php_config.h
47.49
KB
-rw-r--r--
2025-03-12 11:49
php_content_types.h
1.31
KB
-rw-r--r--
2025-03-12 11:49
php_getopt.h
1.63
KB
-rw-r--r--
2025-03-12 11:49
php_globals.h
3.78
KB
-rw-r--r--
2025-03-12 11:49
php_ini.h
3.53
KB
-rw-r--r--
2025-03-12 11:49
php_main.h
2.25
KB
-rw-r--r--
2025-03-12 11:49
php_memory_streams.h
3.23
KB
-rw-r--r--
2025-03-12 11:49
php_network.h
10.39
KB
-rw-r--r--
2025-03-12 11:49
php_open_temporary_file.h
1.91
KB
-rw-r--r--
2025-03-12 11:49
php_output.h
9.27
KB
-rw-r--r--
2025-03-12 11:49
php_reentrancy.h
3.16
KB
-rw-r--r--
2025-03-12 11:49
php_scandir.h
1.67
KB
-rw-r--r--
2025-03-12 11:49
php_stdint.h
1.79
KB
-rw-r--r--
2025-03-12 11:49
php_streams.h
29.23
KB
-rw-r--r--
2025-03-12 11:49
php_syslog.h
1.54
KB
-rw-r--r--
2025-03-12 11:49
php_ticks.h
1.34
KB
-rw-r--r--
2025-03-12 11:49
php_variables.h
1.89
KB
-rw-r--r--
2025-03-12 11:49
php_version.h
266
B
-rw-r--r--
2025-03-12 11:49
rfc1867.h
3.14
KB
-rw-r--r--
2025-03-12 11:49
snprintf.h
5.6
KB
-rw-r--r--
2025-03-12 11:49
spprintf.h
1.47
KB
-rw-r--r--
2025-03-12 11:49
Save
Rename
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Stig Bakken <ssb@php.net> | +----------------------------------------------------------------------+ */ #ifndef PHP_TICKS_H #define PHP_TICKS_H int php_startup_ticks(void); void php_deactivate_ticks(void); void php_shutdown_ticks(php_core_globals *core_globals); void php_run_ticks(int count); BEGIN_EXTERN_C() PHPAPI void php_add_tick_function(void (*func)(int, void *), void *arg); PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg); END_EXTERN_C() #endif