php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_dir.h File Reference

Go to the source code of this file.

Macros

#define PHP_SCANDIR_SORT_ASCENDING   0
 
#define PHP_SCANDIR_SORT_DESCENDING   1
 
#define PHP_SCANDIR_SORT_NONE   2
 

Functions

 PHP_MINIT_FUNCTION (dir)
 
 PHP_RINIT_FUNCTION (dir)
 

Macro Definition Documentation

◆ PHP_SCANDIR_SORT_ASCENDING

#define PHP_SCANDIR_SORT_ASCENDING   0

Definition at line 24 of file php_dir.h.

◆ PHP_SCANDIR_SORT_DESCENDING

#define PHP_SCANDIR_SORT_DESCENDING   1

Definition at line 25 of file php_dir.h.

◆ PHP_SCANDIR_SORT_NONE

#define PHP_SCANDIR_SORT_NONE   2

Definition at line 26 of file php_dir.h.

Function Documentation

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( dir )

Definition at line 107 of file dir.c.

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( dir )

Definition at line 101 of file dir.c.