php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
flock_compat.c File Reference
#include "php.h"
#include <errno.h>
#include "ext/standard/flock_compat.h"

Go to the source code of this file.

Functions

PHPAPI int flock (int fd, int operation)
 
PHPAPI int php_flock (int fd, int operation)
 

Function Documentation

◆ flock()

PHPAPI int flock ( int fd,
int operation )

Definition at line 22 of file flock_compat.c.

◆ php_flock()

PHPAPI int php_flock ( int fd,
int operation )

Definition at line 28 of file flock_compat.c.