Tag Archives: output

Shuffle String Randomly Using PHP Function

Dec 19, 2013

The str_shuffle function is used to shuffle all the characters of a string randomly. The function is mainly used for generating a random password or..

Read more

PHP – multi-sort of associative array in

Oct 08, 2013

This is a complete multi-sort example of associative array in PHP. We have first sorted an associative array by values in descending order then sorted..

Read more

Importance and Benefits of PHP Output Buffering

Oct 03, 2013

PHP sends data from server to client/browser as soon as it is ready – this response might be line by line or by code blocks.Output..

Read more