php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
param.h File Reference
#include "win32/ioutil.h"

Go to the source code of this file.

Macros

#define MAXPATHLEN   PHP_WIN32_IOUTIL_MAXPATHLEN
 
#define MAXHOSTNAMELEN   64
 
#define howmany(x, y)
 
#define roundup(x, y)
 

Macro Definition Documentation

◆ howmany

#define howmany ( x,
y )
Value:
(((x)+((y)-1))/(y))

Definition at line 18 of file param.h.

◆ MAXHOSTNAMELEN

#define MAXHOSTNAMELEN   64

Definition at line 17 of file param.h.

◆ MAXPATHLEN

Definition at line 15 of file param.h.

◆ roundup

#define roundup ( x,
y )
Value:
((((x)+((y)-1))/(y))*(y))

Definition at line 19 of file param.h.