CodeIgniter v4.5 API

kint_helper.php

This file is part of CodeIgniter 4 framework.

(c) CodeIgniter Foundation admin@codeigniter.com

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Table of Contents

Functions

dd()  : int
dd function
d()  : int
d function
trace()  : int
trace function

Functions

dd()

dd function

dd(array<string|int, mixed> ...$vars) : int
Parameters
$vars : array<string|int, mixed>
Return values
int

d()

d function

d(array<string|int, mixed> ...$vars) : int
Parameters
$vars : array<string|int, mixed>
Return values
int

trace()

trace function

trace() : int
Return values
int

        
On this page

Search results