ArrayToXML::isAssoc( array $array )

Check if array is associative with string based keys FROM: http://stackoverflow.com/questions/173400/php-arrays-a-good-way-to-check-if-an-array-is-associative-or-sequential/4254008#4254008


Description Description


Parameters Parameters

$array

(Required) Array to check


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/libraries/class-ArrayToXML.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.