find() 공개 정적인 메소드

Filter and return entries that match any of specified patterns.
public static find ( string | string[] $pattern, string[] $entries ) : string[]
$pattern string | string[]
$entries string[]
리턴 string[]
예제 #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function filterConnected($pattern)
 {
     return StringSupport::find($pattern, $this->getConnected());
 }