-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/win32/
File Upload :
Current File : //usr/src/php/win32/flock.h

#define fsync _commit
#define ftruncate chsize

/* For flock() emulation */

#define LOCK_SH 1
#define LOCK_EX 2
#define LOCK_NB 4
#define LOCK_UN 8

PHPAPI int flock(int fd, int op);

Copyright © 2017 || Recoded By Mr.Bumblebee