Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NumPHP
Core
NumArray
StringHelper
PHP Class NumPHP\Core\NumArray\StringHelper
See link:
http://numphp.org/
Since:
1.0.0
Author:
Gordon Lesti (
[email protected]
)
Afficher le fichier
Open project: numphp/numphp
Class Usage Examples
Méthodes publiques
Méthode
Description
toString
(
mixed
$data
) :
string
Returns a string representing an array
Méthodes protégées
Méthode
Description
toStringRecursive
(
mixed
$data
,
integer
$level
) :
string
Returns a string representing an array recursive
Method Details
toString()
public
static
méthode
Returns a string representing an array
Since:
1.0.0
public
static
toString
(
mixed
$data
) :
string
$data
mixed
given data
Résultat
string
toStringRecursive()
protected
static
méthode
Returns a string representing an array recursive
Since:
1.0.0
protected
static
toStringRecursive
(
mixed
$data
,
integer
$level
) :
string
$data
mixed
given data
$level
integer
current level
Résultat
string