How to get the number of all fields in array?

Because I would like to show an array as in PHP:

Code:
 Array( 
1 => "value",
2 => "value2"
)