Warning: Invalid argument supplied for foreach() in /home/jihswbiz/public_html/t6.gwilt.org/refDox.php on line 212
Docs-is_assoc

 

ReLoad

Keys


Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml

Function  is_assoc   Lines 801-808 (7 lines) file  utilsDebug.php   Last mod: Mon 2021-05-03 17:55:24

function is_assoc ($arr)
        {
#-k     string  is
#-                       is array associative?

        
return (is_array($arr) && count(array_filter(array_keys($arr),'is_string')) == count($arr));
        }

?>