Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
GfG 160: Daily DSA
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.4k+ articles
Experiences
16.5k+ articles
Interview Experiences
14.1k+ articles
JavaScript
11.7k+ articles
School Learning
11.3k+ articles
Java
10.5k+ articles
PHP
3.9k+ articles
PHP-function
2.2k+ articles
PHP-output
7 posts
Popular Articles
Recent Articles
PHP ob_get_status() Function
Last Updated: 28 September 2023
The ob_get_status() is an inbuilt function in PHP that is used for retrieving the status of the output buffer.Syntaxob_get_status(bool$full_
...read more
Web Technologies
PHP-output
PHP-function
PHP
PHP ob_get_level() Function
Last Updated: 24 April 2025
The ob_get_level() function is an inbuilt function in PHP that is used to get the current output buffer level in a nested level. Output buff
...read more
Web Technologies
PHP-output
PHP-function
PHP
Output of PHP programs | Set 4
Last Updated: 22 February 2018
Predict the output of below PHP programs:Question 1[sourcecode language="PHP"]?phpWelcome to GeeksforGeeks!?[/sourcecode]Options:ErrorWelcom
...read more
Web Technologies
PHP-output
PHP
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.4k+ articles
Experiences
16.5k+ articles
Interview Experiences
14.1k+ articles
JavaScript
11.7k+ articles
School Learning
11.3k+ articles
Java
10.5k+ articles
PHP
3.9k+ articles
PHP-function
2.2k+ articles
PHP | ob_end_flush(), ob_end_clean() Functions
Last Updated: 08 March 2018
In the previous article on ob_start(), we learned how to start the output buffer; now we need to end the output buffering and send the whole
...read more
Web Technologies
PHP-output
PHP-function
PHP
Output of PHP programs | Set 3
Last Updated: 16 January 2023
Predict the output of below PHP programs:Question 1[sourcecode language="PHP"]?php $number = array(0, 1, one, two, three, 5); $num = p
...read more
Web Technologies
PHP-output
PHP
Output of PHP programs | Set 2 ( Filters )
Last Updated: 07 March 2018
Predict the output of the following PHP programs:Question 1[sourcecode language="PHP"]?php $num = 123; if (!filter_var($num, FILTER_VA
...read more
Web Technologies
PHP-output
PHP
Output of PHP programs | Set 1 (Regular Expressions)
Last Updated: 24 January 2018
Predict the output of following PHP programs:Question 1[sourcecode language="PHP"]?php echo str_pad(Welcome, 5). to GeeksforGeeks.;?[/sou
...read more
Web Technologies
PHP-output
PHP
1
1
1
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 !