Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Timestamps.php

function Timestamps::readUint

2 calls to Timestamps::readUint()
Timestamps::determineSignatureBegin in vendor/seld/phar-utils/src/Timestamps.php
Determine the beginning of the signature.
Timestamps::updateTimestamps in vendor/seld/phar-utils/src/Timestamps.php
Updates each file's unix timestamps in the PHAR

File

vendor/seld/phar-utils/src/Timestamps.php, line 132

Class

Timestamps

Namespace

Seld\PharUtils

Code

private function readUint($pos, $bytes) {
    $res = unpack('V', substr($this->contents, $pos, $bytes));
    return $res[1];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal