Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Yajra\DataTables\Contracts; interface Formatter { /** * @param ..

Decoded Output download

<?php

namespace Yajra\DataTables\Contracts;

interface Formatter
{
    /**
     * @param  array|\Illuminate\Database\Eloquent\Model|object  $row
     * @return string
     */
    public function format(mixed $value, $row);
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Yajra\DataTables\Contracts;

interface Formatter
{
    /**
     * @param  array|\Illuminate\Database\Eloquent\Model|object  $row
     * @return string
     */
    public function format(mixed $value, $row);
}

Function Calls

None

Variables

None

Stats

MD5 be62011a945b79085293e20208553ef0
Eval Count 0
Decode Time 96 ms