Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CodedInputStream.php
function CodedInputStream::substr
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
CodedInputStream.php
, line 65
Class
CodedInputStream
Namespace
Google\Protobuf\Internal
Code
public
function
substr
(
$start
,
$end
) {
return
substr
(
$this
->
buffer
,
$start
,
$end
-
$start
); }
RSS feed