__toString() public method
String output.
This is PHP magic method that returns string representation of an object. The implementation here returns the uploaded file's name.
public string __toString ( ) | ||
---|---|---|
return | string |
The string representation of the object |
Please login to continue.