__toString() 공개 메소드

Returns a native string version of the Coordiantes object in format "$latitude,$longitude"
public __toString ( ) : string
리턴 string
예제 #1
0
 public function testToString()
 {
     $this->assertSame('40.829137,16.555838', $this->coordinate->__toString());
 }