PHP Salt


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

Version: 2.34.4
Last Build: March 13, 2025 23:10pm (PST)

Main Menu

Home

Get PHP Salt


The Functions

array
db
file
graph
html
mail
math
misc
mobile
script
string
system
time
web
psStrRemove()
Removes a substring


Description:

Replaces a substring with nothing ""
I always seam to use str_replace("something","",$str), tired of typing it.



Usage:

$str = psStrRemove($needle,$haystack);



Example:


$str = psStrRemove(".php","thisfile.php"); // returns "thisfile"





Code:

function psStrRemove($needle,$haystack)
{
$str = str_replace($needle,"",$haystack);
return $str;
}


Changlelog:


See Also

And a shot out to:

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