public function PoStreamReader::getSeek

Returns the pointer position of the current PO stream.

File

drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 220
Definition of Drupal\Component\Gettext\PoStreamReader.

Class

PoStreamReader
Implements Gettext PO stream reader.

Namespace

Drupal\Component\Gettext

Code

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