php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_ticks.h File Reference

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)
 

Function Documentation

◆ php_add_tick_function()

PHPAPI void php_add_tick_function ( void(* func )(int, void *),
void * arg )

Definition at line 49 of file php_ticks.c.

◆ php_deactivate_ticks()

void php_deactivate_ticks ( void )

Definition at line 32 of file php_ticks.c.

◆ php_remove_tick_function()

PHPAPI void php_remove_tick_function ( void(* func )(int, void *),
void * arg )

Definition at line 55 of file php_ticks.c.

◆ php_run_ticks()

void php_run_ticks ( int count)

Definition at line 67 of file php_ticks.c.

◆ php_shutdown_ticks()

void php_shutdown_ticks ( php_core_globals * core_globals)

Definition at line 37 of file php_ticks.c.

◆ php_startup_ticks()

int php_startup_ticks ( void )

Definition at line 26 of file php_ticks.c.