Question about var_dump output

FEACELVELYDAY

New Member
When I \[code\]var_dump\[/code\] an object, the output looks like this:\[code\]object(XCTemplate)#2477 (4) { ["id"]=> string(1) "1" ["attributes"]=> array(0) { } ["db_table_name"]=> string(14) "template_names" ["cache"]=> array(0) { }}\[/code\]\[code\]XCTemplate\[/code\] is its class, of course, but what does the integer (here: 2477) after the # mean?
 
Back
Top