You are here

public function PoStreamReader::getSeek in Localization update 7.2

Returns the pointer position of the current PO stream.

File

includes/gettext/PoStreamReader.php, line 214
Contains \Drupal\Component\Gettext\PoStreamReader.

Class

PoStreamReader
Implements Gettext PO stream reader.

Code

public function getSeek() {
  return ftell($this->_fd);
}