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 use Illuminate\Database\Eloquent\Model; class EloquentModelUuidStub extends Model ..

Decoded Output download

<?php

use Illuminate\Database\Eloquent\Model;

class EloquentModelUuidStub extends Model
{
    /**
     * The table associated with the model.
     *
     * @var string
     */
    protected $table = 'model';

    /**
     * The "type" of the primary key ID.
     *
     * @var string
     */
    protected $keyType = 'string';

    /**
     * Indicates if the IDs are auto-incrementing.
     *
     * @var bool
     */
    public $incrementing = false;
}
 ?>

Did this file decode correctly?

Original Code

<?php

use Illuminate\Database\Eloquent\Model;

class EloquentModelUuidStub extends Model
{
    /**
     * The table associated with the model.
     *
     * @var string
     */
    protected $table = 'model';

    /**
     * The "type" of the primary key ID.
     *
     * @var string
     */
    protected $keyType = 'string';

    /**
     * Indicates if the IDs are auto-incrementing.
     *
     * @var bool
     */
    public $incrementing = false;
}

Function Calls

None

Variables

None

Stats

MD5 297b6f40cc1ae2c4eec2d3a87923ac76
Eval Count 0
Decode Time 105 ms