|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
| 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) |
| PHPAPI void | php_add_tick_function (void(*func)(int, void *), void *arg) |
| PHPAPI void | php_remove_tick_function (void(*func)(int, void *), void *arg) |
Definition at line 49 of file php_ticks.c.
Definition at line 32 of file php_ticks.c.
Definition at line 55 of file php_ticks.c.
| void php_run_ticks | ( | int | count | ) |
Definition at line 67 of file php_ticks.c.
| void php_shutdown_ticks | ( | php_core_globals * | core_globals | ) |
Definition at line 37 of file php_ticks.c.
| int php_startup_ticks | ( | void | ) |
Definition at line 26 of file php_ticks.c.