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
psCount()
Counts elements in arrary


Description:

This is a safe version of count() where null and string are ok, returns 0



Usage:





Example:







Code:

function psCount($ary)
{
$res = 0;
if (is_array($ary) == true) { $res = count($ary); }
return $res;
}




Changlelog:


See Also

And a shot out to:

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