/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/**
* pr function
*
* @param mixed $var
* @return void
* @author Moz Morris
*/
function pr($var) {
echo '<pre>';
echo '</pre>';
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                