Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.5K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-basics
94+ articles
PHP-input-output
7 posts
Recent Articles
Popular Articles
PHP vsprintf() Function
Last Updated: 22 June 2023
The vsprintf() function in PHP is an inbuilt function and used to display array values as a formatted string. The array elements will be inserted at the percent (%) signs ...
read more
Web Technologies
PHP-input-output
PHP-function
PHP
PHP | print_r() Function
Last Updated: 26 April 2018
The print_r() function is a built-in function in PHP and is used to print or display information stored in a variable.Syntax:print_r( $variable, $isStore )Parameters: This...
read more
Web Technologies
PHP-input-output
PHP
PHP fflush( ) Function
Last Updated: 26 June 2023
The fflush() function in PHP is an inbuilt function which is used to write all the buffered output to an open file. The fflush() function forces a write of all buffered ou...
read more
Web Technologies
PHP-input-output
PHP
PHP disk_free_space( ) Function
Last Updated: 26 June 2023
The disk_free_space() function in PHP is an inbuilt function which is used to return the amount of free space in a specified directory. The disk_free_space() function deno...
read more
Web Technologies
PHP-input-output
PHP
PHP | Format Specifiers
Last Updated: 15 April 2018
Strings are one of the most used Datatype arguably irrespective of the programming language. Strings can be either hardcoded (specified directly by the developer) or forma...
read more
Web Technologies
PHP-input-output
PHP
PHP | ob_start() Function
Last Updated: 08 March 2018
Let's take a quick recap. PHP is an interpreted language thus each statement is executed one after another, therefore PHP tends to send HTML to browsers in chunks thus red...
read more
Web Technologies
PHP-input-output
PHP-function
PHP
PHP | Output Buffering
Last Updated: 10 February 2018
The PHP Language is an interpreted language, i.e. it is executed statement after statement. By default one characteristic of PHP makes it send HTML as chunks as soon as it...
read more
Web Technologies
PHP-basics
PHP-input-output
PHP
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !