object.php

<?php $objeto = new StdClass; $objeto->key1 = 0; $objeto->key2 = 0; $objeto->key3 = 0; $objeto->key4 = 0; echo count((array) $objeto); /* Casteamos el objeto a arreglo y ya se puede obtener el tamaño del objeto */
Obtener el tamaño de un objeto

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.