示例#1
0
 public function indexOf($needle, $offset)
 {
     return StaticString::indexOf($this->value, $needle, $offset);
 }