Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.4.1 Released!
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introduzione »
« finfo::set_flags
Manuale PHP
Guida Funzioni
Estensioni correlate al file system
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Filesystem
Introduzione
Installazione/Configurazione
Configurazione di Runtime
Tipi di risorse
Costanti predefinite
Filesystem Funzioni
basename
— Restituisce il nome del file dal percorso indicato
chgrp
— Cambia il gruppo del file
chmod
— Cambia le impostazioni del file
chown
— Cambia il proprietario del file
clearstatcache
— Libera la cache dello stato di un file
copy
— Copia un file
delete
— Vedere unlink oppure unset
dirname
— Restituisce il nome della directory dal percorso indicato
disk_free_space
— Restituisce lo spazio disponibile nella directory
disk_total_space
— Restituisce lo spazio totale di una directory
diskfreespace
— Alias di disk_free_space
fclose
— Chiude un puntatore a file aperto
fdatasync
— Synchronizes data (but not meta-data) to the file
feof
— Verifica se è stata raggiunta la fine del file su un puntatore a file
fflush
— Invia l'output in un file
fgetc
— Prende un carattere da un puntatore a file
fgetcsv
— Prende una riga da un puntatore a file e l'analizza in cerca di campi CSV
fgets
— Prende una riga da un puntatore a file
fgetss
— Prende una riga da un puntatore a file ed elimina i tag HTML
file
— Legge l'intero file in un vettore
file_exists
— Controlla se un file o directory esiste
file_get_contents
— Legge un file all'interno di una stringa
file_put_contents
— Write data to a file
fileatime
— Prende l'ora dell'ultimo accesso al file
filectime
— Prende l'ora in cui l'inode del file è stato modificato
filegroup
— Restituisce il gruppo di un file
fileinode
— Restituisce il numero di inode del file
filemtime
— Restituisce l'ora delle modifiche al file
fileowner
— Restituisce il proprietario del file
fileperms
— Restituisce i permessi sui file
filesize
— Restituisce la dimensione del file
filetype
— Restituisce il tipo di file
flock
— Sistema di bloccaggio file
fnmatch
— Match filename against a pattern
fopen
— Apre un file o un URL
fpassthru
— Invia tutti i dati rimanenti su un puntartore a file
fputcsv
— Format line as CSV and write to file pointer
fputs
— Alias di fwrite
fread
— Legge un file salvaguardando la corrispondenza binaria
fscanf
— Analizza l'input da un file secondo un determinato formato
fseek
— Sposta un puntatore sul file
fstat
— Restituisce le informazioni riguardanti un file attraverso un puntatore al file aperto
fsync
— Synchronizes changes to the file (including meta-data)
ftell
— Comunica la posizione di lettura/scrittura del puntatore al file
ftruncate
— Tronca un file alla lunghezza data
fwrite
— Scrive un file salvaguardando la corrispondenza binaria
glob
— Find pathnames matching a pattern
is_dir
— Dice se la stringa corrisponde ad una directory
is_executable
— Dice se il file indicato è eseguibile
is_file
— Dice se il file è un file regolare
is_link
— Dice se il file è un link simbolico
is_readable
— Dice se un file è leggibile
is_uploaded_file
— Dice se un file fù caricato via HTTP POST.
is_writable
— Dice se un file è scrivibile
is_writeable
— Alias di is_writable
lchgrp
— Changes group ownership of symlink
lchown
— Changes user ownership of symlink
link
— Crea un hard link
linkinfo
— Restituisce informazioni su un collegamento
lstat
— Da informazioni su un file o un link simbolico
mkdir
— Crea una directory
move_uploaded_file
— Sposta un file caricato in una nuova posizione
parse_ini_file
— Legge un file di configurazione
parse_ini_string
— Parse a configuration string
pathinfo
— Restituisce informazioni su un percorso di file
pclose
— Chiude un puntatore ad un file di processo
popen
— Apre un puntatore ad un file di processo
readfile
— Invia un file
readlink
— Restituisce il target di un link simbolico
realpath
— Restituisce un percorso assoluto regolare
realpath_cache_get
— Get realpath cache entries
realpath_cache_size
— Get realpath cache size
rename
— Rinomina un file o una directory
rewind
— Riavvolge la posizione di un puntatore a file
rmdir
— Rimuove una directory
set_file_buffer
— Alias di stream_set_write_buffer
stat
— Da informazioni su un file
symlink
— Crea un link simbolico
tempnam
— Crea file con unico nome file
tmpfile
— Crea un file temporaneo
touch
— Imposta l'ora di modifica di un file
umask
— Cambia l'umask corrente
unlink
— Cancella un file
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google