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
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
Java
10.1k+ articles
PHP
3.8k+ 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
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
Java
10.1k+ articles
PHP
3.8k+ 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 !