You are here

protected property PoStreamReader::$fd in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Gettext/PoStreamReader.php \Drupal\Component\Gettext\PoStreamReader::fd
  2. 10 core/lib/Drupal/Component/Gettext/PoStreamReader.php \Drupal\Component\Gettext\PoStreamReader::fd

File handle of the current PO stream.

Type: resource

File

core/lib/Drupal/Component/Gettext/PoStreamReader.php, line 70

Class

PoStreamReader
Implements Gettext PO stream reader.

Namespace

Drupal\Component\Gettext

Code

protected $fd;