MongoBinData::__toString

(PECL mongo >= 0.8.1)

MongoBinData::__toStringThe string representation of this binary data object.

설명

public string MongoBinData::__toString ( void )

인수

이 함수는 인수가 없습니다.

반환값

Returns the string "<Mongo Binary Data>". To access the contents of a MongoBinData, use the bin field.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top