PHP Salt


A little dash of PHP... my collection of php functions

Version: 2.33.2
Last Build: December 29, 2023 20:28pm (PST)

Main Menu

Home

Get PHP Salt


The Functions

array
db
file
graph
html
mail
math
misc
mobile
script
string
system
time
web
psStripComments()
Strips HTML comments


Description:

Here is a quick wrap for stripping html comments from a string



Usage:

$buffer = psStripComments($buffer);



Example:

	$buffer = psStripComments("<HTML><BODY><BR><!- test --><BR></BODY></HTML>");
// returns "<HTML><BODY><BR><BR></BODY></HTML>"




Code:

function psStripComments($buffer)
{
$buffer = preg_replace('/<!--(.|\s)*?-->/', '', $buffer);
return $buffer;
}


Changlelog:



See Also

And a shot out to:

PHP - php.net
Fedora Server - getfedora.com
Shameless ads to pay for site