php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_cleanup.c File Reference
#include "fpm_config.h"
#include <stdlib.h>
#include "fpm_arrays.h"
#include "fpm_cleanup.h"

Go to the source code of this file.

Data Structures

struct  cleanup_s
 

Functions

int fpm_cleanup_add (int type, void(*cleanup)(int, void *), void *arg)
 
void fpm_cleanups_run (int type)
 

Function Documentation

◆ fpm_cleanup_add()

int fpm_cleanup_add ( int type,
void(* cleanup )(int, void *),
void * arg )

Definition at line 18 of file fpm_cleanup.c.

◆ fpm_cleanups_run()

void fpm_cleanups_run ( int type)

Definition at line 36 of file fpm_cleanup.c.