Stałe predefiniowane
Poniższe stałe są zdefiniowane w tym rozszerzeniu i stają się dostępne, gdy
rozszerzenie jest dokompilowane z PHP, lub załadowane dynamicznie przy starcie.
-
GLOB_BRACE
(integer)
-
-
GLOB_ONLYDIR
(integer)
-
-
GLOB_MARK
(integer)
-
-
GLOB_NOSORT
(integer)
-
-
GLOB_NOCHECK
(integer)
-
-
GLOB_NOESCAPE
(integer)
-
-
PATHINFO_DIRNAME
(integer)
-
-
PATHINFO_BASENAME
(integer)
-
-
PATHINFO_EXTENSION
(integer)
-
-
PATHINFO_FILENAME
(integer)
-
Od PHP 5.2.0.
-
FILE_USE_INCLUDE_PATH
(integer)
-
Poszukuje nazwy_pliku
w
include_path (od PHP 5).
-
FILE_APPEND
(integer)
-
Dodaje treść do istniejącego pliku.
-
FILE_IGNORE_NEW_LINES
(integer)
-
Usuwa znaki końca lini (EOL) (od PHP 5).
-
FILE_SKIP_EMPTY_LINES
(integer)
-
Pomija puste linie (od PHP 5).
-
FILE_BINARY
(integer)
-
Tryb binarny (od PHP 6).
-
FILE_TEXT
(integer)
-
Tryb tekstowy (od PHP 6).