__toString ()

Handles how the object is rendered when cast as a string.

Access

public

Returns

Type

Description

string

The word “Array”.

Source

Method defined in utilities/array.class.php | Toggle source view (4 lines) | View on GitHub

public function __toString()
{
    return 'Array';
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback