XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Dumper

Fonctions membres publiques

 setIndentation ($num)
 
 dump ($input, $inline=0, $indent=0, $exceptionOnInvalidType=false, $objectSupport=false)
 

Attributs protégés

 $indentation = 4
 

Description détaillée

Dumper dumps PHP variables to YAML strings.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des fonctions membres

◆ dump()

dump (   $input,
  $inline = 0,
  $indent = 0,
  $exceptionOnInvalidType = false,
  $objectSupport = false 
)

Dumps a PHP value to YAML.

Paramètres
mixed$inputThe PHP value
int$inlineThe level where you switch to inline YAML
int$indentThe level of indentation (used internally)
bool$exceptionOnInvalidTypeTrue if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
bool$objectSupportTrue if object support is enabled, false otherwise
Renvoie
string The YAML representation of the PHP value
+ Voici le graphe d'appel pour cette fonction :

◆ setIndentation()

setIndentation (   $num)

Sets the indentation.

Paramètres
int$numThe amount of spaces to use for indentation of nested nodes

Documentation des champs

◆ $indentation

$indentation = 4
protected

La documentation de cette classe a été générée à partir du fichier suivant :