debugpress_rs()

Description

Basic pretty print replacement that handles only scalars or null, and it can’t print objects or arrays.

Definition
function debugpress_rs( $value, bool $echo = true );
Arguments
Name
Type
Description
value
bool|numeric|string|null
variable to pretty print
echo
bool
print or return formatted result
Returns
string. pretty printed output
0
0
19
Rate this reference

You are not allowed to rate this post.

Leave a Comment