ALIAS

prr()

ShortPHP reference for print_r().

Signature

print_r(mixed $value, bool $return = false): string|bool

Example

prr(...);

PHP equivalent

print_r() is the canonical PHP function. ShortPHP provides prr() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: prp()

Next: randbytes()

Back to reference