부터: 1.0.0
저자: Gordon Lesti (info@gordonlesti.com)
예제 #1
0
파일: NumArray.php 프로젝트: numphp/numphp
 /**
  * Returns a string representing the NumArray
  *
  * @return string
  *
  * @api
  * @since 1.0.0
  */
 public function __toString()
 {
     return "NumArray(" . StringHelper::toString($this->data) . ")\n";
 }