Skip to content

veloper/PHP-Output-Profiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Output Profiling

This repository contains tests for profiling the performance of various output methods in PHP.

Usage / Instructions

  • Open a terminal.
  • Change your Present Working Directory to the Output-Profiling/ directory.
  • Run $ php index.php

There are four tests for print, echo, concatenation, and array + implode already coded in the index.php file. Just uncomment the test you would like to run.

Web Site

http://dan.doezema.com/2011/07/php-output-profiling-echo-vs-concat/

Author

Daniel Doezema

License

This code is released under the New BSD license. http://dan.doezema.com/licenses/new-bsd/

About

Code, examples, and results of profiling various methods of outputting a segmented string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages