toString() 공개 메소드

Returns string representation of number.
public toString ( ) : string
리턴 string
예제 #1
0
 function testToString()
 {
     $l = new HTMLPurifier_Length('23', 'in');
     $this->assertIdentical($l->toString(), '23in');
 }