dump
                                        
                                        
                                        
                                        string
                                            dump
                                           (
                                                
                                                        
                                                         o
                                                    
                                                
                                                        , 
                                                         d
                                                    
                                                
                                            )
                                        
                                        
                                        
                                            Returns a simple string representation of the object or array.
Other types of objects will be returned unprocessed.  Arrays
are expected to be indexed.  Use object notation for
associative arrays.
                                        
                                        - Parameters:
- 
                                                        o <object>The object to dump
- 
                                                        d <int>How deep to recurse child objects, default 3
- Returns:
                                                    string
- the dump result