Topics

PHP File

About this topic: Articles tagged __TAG__

Showing 15 articles

Topics

Articles

Showing 15 articles

How-tos How to Read or Parse CSV File in PHP This tutorial demonstrates how to read or parse CSV files in PHP. Explore methods like fgetcsv, str_getcsv, and the League\Csv library to efficiently handle CSV data. Improve your … How-tos How to Get Current Directory Name and Path in PHP This tutorial introduces how to get the current directory name and path in PHP. Learn various methods including getcwd(), __DIR__, and dirname() to efficiently manage file paths in … How-tos How to Create and Get the Path of tmpfile in PHP This article introduces how to create and get the path of a temporary file in PHP. Learn to utilize the tmpfile function for efficient data handling, write and manage temporary … How-tos How to Check if File Exists in PHP This article explains how to check if a file exists in PHP using the file_exists() function. Learn to handle file and directory checks effectively with practical examples. Enhance … How-tos How to Set End of Line in PHP With PHP_EOL This article explains how to set end of line in PHP using PHP_EOL, a constant that adapts to your operating system. Learn practical methods for using PHP_EOL in echo statements, … How-tos How to Remove PHP Extension With .Htacess File This article explains how to remove PHP extensions using the .htaccess file, improving your website's SEO and user experience. Discover effective methods like RewriteEngine and … How-tos How to Read a Large File Line by Line in PHP This article introduces how to read a large file line by line in PHP. It includes fgets() function, file() function and stream_get_line() function. How-tos How to Get a File Extension in PHP This article introduces how to get file extension in PHP. It includes pathinfo() function and SplFileInfo() construct. How-tos How to Write Array to a File in PHP This tutorial demonstrates how to write arrays to a file in PHP How-tos How to Run a File in PHP This tutorial demonstrates how to run a file in PHP. How-tos How to Download File Forcely in PHP This tutorial demonstrates download file forcefully in PHP How-tos How to Find Root Directory Path in PHP This tutorial introduces how to find the root directory path of the PHP project How-tos How to Move File to a Folder in PHP This tutorial demonstrates moving a PHP file from one location to another using rename function. How-tos How to Require_once vs Include in PHP This tutorial explains and details how and when to use require, include, require_once and include_once within a PHP file. How-tos How to Write Into a File in PHP This article introduces how to write into a file in PHP. It includes file_put_contents() function, fopen() function, fwrite() function and fclose() function.

← All topics