Core Function Printr

From Sputnik Wiki
Revision as of 21:40, 29 April 2012 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Printr( $variable )

Contents

Description

Prints all details about a variable in a way thats easy for humans to read it (Will print arrays etc)

Parameters

$variable

A variable to print its content.

Return Value

None

Remarks

Alias' for this command

Print_r()

Example

$a = array( 0, 1, 2, 3, "moo" => array("cat", "dog", "moo", "toy" => array("fox", "lol")) );
printr($a);
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox