Send feedback
Cloud Bigtable Client - Class DataUtil (1.24.1) Stay organized with collections
Save and categorize content based on your preferences.
Version 1.24.1 keyboard_arrow_down
Reference documentation and code samples for the Cloud Bigtable Client class DataUtil.
This class contains utility to convert integer to byte string and backward.
This utility class is only supported on 64 bit machine with PHP version > 5.5.
Namespace
Google \ Cloud \ Bigtable
Methods
static::isSystemLittleEndian
Check if system is little-endian.
static::isSupported
Check if Google\Cloud\Bigtable\DataUtil::intToByteString()
and Google\Cloud\Bigtable\DataUtil::byteStringToInt()
supported on
the current platform.
static::intToByteString
Utility method to convert an integer to a 64-bit big-endian signed integer byte string.
intValue
int
Integer value to convert to.
string
Returns a string of bytes representing a 64-bit big-endian signed integer.
static::byteStringToInt
Converts a 64-bit big-endian signed integer represented as a byte string to an integer.
bytes
string
String of bytes to convert.
int
Integer value of the string bytes.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,[]]