Wie man die Länge des Objekts in PHP bekommt
$total = count((array)$obj);
Black Badger
$total = count((array)$obj);