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
psAryAdd;()
Add item to array


Description:

Adds an item to an array, if it DOES NOT already exists in the array



Usage:

$myAry = psAryAdd($myAry,$item);



Example:







Code:

function psAryAdd($wAry, $item)
{
$wAry = array();
if ( in_array($item,$wAry) == FALSE )
{
$wAry[] = $item;
}
return $wAry;
}





Changlelog:

10-06-2016 v2.12.1 function added

See Also

And a shot out to:

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