⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP File Handling
PHP File Handling Tutorials
53 tutorials found.
📘
Check End of File
File End | feof | PHP
📘
Close File Pointer
File Close | fclose | PHP
📘
Copy File
File Operations | copy | PHP
📘
Create Directory
Directory Operations | mkdir | PHP
📘
Get File Size
File Info | filesize | PHP
📘
Open File or URL
File Open | fopen | PHP
📘
Read Bytes from File
File Read | fread | PHP
📘
Read CSV Line
CSV Handling | fgetcsv | PHP
📘
Read Start Beginning
File Open Mode | r | PHP
📘
Reset File Pointer
File Pointer | rewind | PHP
📘
Write JSON to File
JSON File | json_encode file | PHP
📘
Write String to File
File Write | fwrite | PHP
📘
Alias of fwrite
File Write | fputs | PHP
📘
Check File Exists
File Info | file_exists | PHP
📘
Get Pointer Position
File Pointer | ftell | PHP
📘
Move or Rename
File Operations | rename | PHP
📘
Read JSON from File
JSON File | file_get_contents json_decode | PHP
📘
Read Line from File
File Read | fgets | PHP
📘
Read Write Start Beginning
File Open Mode | r | PHP
📘
Remove Directory
Directory Operations | rmdir | PHP
📘
Write CSV Line
CSV Handling | fputcsv | PHP
📘
Check Regular File
File Info | is_file | PHP
📘
Delete File
File Operations | unlink | PHP
📘
Move Pointer Position
File Pointer | fseek | PHP
📘
Open Directory Handle
Directory Operations | opendir | PHP
📘
Parse CSV String
CSV Handling | str_getcsv | PHP
📘
Read Single Character
File Read | fgetc | PHP
📘
Write Create Truncate
File Open Mode | w | PHP
📘
Write String to File
File Write | file_put_contents | PHP
📘
Change Permissions
File Operations | chmod | PHP
📘
Check Directory
File Info | is_dir | PHP
📘
Read Directory Entry
Directory Operations | readdir | PHP
📘
Read Entire File to Array
File Read | file | PHP
📘
Read Write Create Truncate
File Open Mode | w | PHP
📘
Append Create
File Open Mode | a | PHP
📘
Change Owner
File Operations | chown | PHP
📘
Check Read Permission
File Info | is_readable | PHP
📘
Close Directory Handle
Directory Operations | closedir | PHP
📘
Read File to String
File Read | file_get_contents | PHP
📘
Change Group
File Operations | chgrp | PHP
📘
Check Write Permission
File Info | is_writable | PHP
📘
List Files in Directory
Directory Operations | scandir | PHP
📘
Read Append Create
File Open Mode | a | PHP
📘
Create Exclusive Write
File Open Mode | x | PHP
📘
Find Paths Matching Pattern
Directory Operations | glob | PHP
📘
Last Modified Time
File Info | filemtime | PHP
📘
Change Time
File Info | filectime | PHP
📘
Create Exclusive Read Write
File Open Mode | x | PHP
📘
Last Access Time
File Info | fileatime | PHP
📘
Return Path Information
File Info | pathinfo | PHP
📘
Get Filename from Path
File Info | basename | PHP
📘
Get Directory from Path
File Info | dirname | PHP
📘
Resolve Canonical Path
File Info | realpath | PHP