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
JBZoo
Data
Ini
PHP Class JBZoo\Data\Ini
Inheritance:
extends
Data
显示文件
Open project: jbzoo/data
Protected Methods
Method
Description
_decode
(
string
$string
) :
mixed
Utility Method to unserialize the given data
_encode
(
mixed
$data
) :
string
_render
(
array
$data
= [],
array
$parent
= [] ) :
string
Method Details
_decode()
protected
method
Utility Method to unserialize the given data
protected
_decode
(
string
$string
) :
mixed
$string
string
return
mixed
_encode()
protected
method
protected
_encode
(
mixed
$data
) :
string
$data
mixed
return
string
_render()
protected
method
protected
_render
(
array
$data
= [],
array
$parent
= [] ) :
string
$data
array
$parent
array
return
string