Constantes pré-definidas
As contantes abaixo são definidas por esta extensão e somente estarão disponíveis quando a extensão foi compilada com o PHP ou carregada dinamicamente durante a execução.
- 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)
- Desde o PHP 5.2.0.
- FILE_USE_INCLUDE_PATH (integer)
- Procura por filename em include_path (desde o PHP 5).
- FILE_APPEND (integer)
- Adiciona conteúdo ao arquivo existente.
- FILE_IGNORE_NEW_LINES (integer)
- Remove caracteres EOL (desde o PHP 5).
- FILE_SKIP_EMPTY_LINES (integer)
- Pula linhas em branco (desde o PHP 5).
- FILE_BINARY (integer)
- Modo binário (desde o PHP 6).
- FILE_TEXT (integer)
- Modo texto (desde o PHP 6).
There are no user contributed notes for this page.
