mapSurname() mapSurname(\Closure $callback) : mixed Load surname dict. Parameters \Closure $callback Returns mixed —
openFile() openFile(string $filename, string $mode = 'r') : \SplFileObject Construct a new file object. Parameters string $filename file path string $mode file open mode Returns \SplFileObject —
getGenerator() getGenerator(array $handles) : \Generator get Generator syntax. Parameters array $handles SplFileObjects Returns \Generator —
traversing() traversing(\Generator $generator, \Closure $callback) : mixed Traverse the stream. Parameters \Generator $generator \Closure $callback Returns mixed —