Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GPG_Utility
PHP Class GPG_Utility, php-gpg
显示文件
Open project: jasonhinkle/php-gpg
Class Usage Examples
Public Methods
Method
Description
B0
(
$x
)
B1
(
$x
)
B2
(
$x
)
B3
(
$x
)
c_random
( )
crc24
(
$data
)
hex2bin
(
$h
)
pack_octets
(
$octets
)
s_random
(
$len
,
$textmode
)
starts_with
(
$haystack
,
$needle
)
unpack_octets
(
$packed
)
zshift
(
$x
,
$s
)
Method Details
B0()
static
public
method
static
public
B0
(
$x
)
B1()
static
public
method
static
public
B1
(
$x
)
B2()
static
public
method
static
public
B2
(
$x
)
B3()
static
public
method
static
public
B3
(
$x
)
c_random()
static
public
method
static
public
c_random
( )
crc24()
static
public
method
static
public
crc24
(
$data
)
hex2bin()
static
public
method
static
public
hex2bin
(
$h
)
pack_octets()
static
public
method
static
public
pack_octets
(
$octets
)
s_random()
static
public
method
static
public
s_random
(
$len
,
$textmode
)
starts_with()
static
public
method
static
public
starts_with
(
$haystack
,
$needle
)
unpack_octets()
static
public
method
static
public
unpack_octets
(
$packed
)
zshift()
static
public
method
static
public
zshift
(
$x
,
$s
)