php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
signal.c File Reference
#include "php.h"
#include "SAPI.h"
#include "win32/console.h"

Go to the source code of this file.

Functions

PHP_WINUTIL_API void php_win32_signal_ctrl_handler_init (void)
 
PHP_WINUTIL_API void php_win32_signal_ctrl_handler_shutdown (void)
 
PHP_WINUTIL_API void php_win32_signal_ctrl_handler_request_shutdown (void)
 
 PHP_FUNCTION (sapi_windows_set_ctrl_handler)
 
 PHP_FUNCTION (sapi_windows_generate_ctrl_event)
 

Function Documentation

◆ PHP_FUNCTION() [1/2]

Definition at line 153 of file signal.c.

◆ PHP_FUNCTION() [2/2]

Definition at line 107 of file signal.c.

◆ php_win32_signal_ctrl_handler_init()

PHP_WINUTIL_API void php_win32_signal_ctrl_handler_init ( void )

Definition at line 46 of file signal.c.

◆ php_win32_signal_ctrl_handler_request_shutdown()

PHP_WINUTIL_API void php_win32_signal_ctrl_handler_request_shutdown ( void )

Definition at line 73 of file signal.c.

◆ php_win32_signal_ctrl_handler_shutdown()

PHP_WINUTIL_API void php_win32_signal_ctrl_handler_shutdown ( void )

Definition at line 62 of file signal.c.