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 declare(strict_types=1); namespace Sabre\CalDAV\Schedule; /** * The SchedulingOb..

Decoded Output download

<?php

declare(strict_types=1);

namespace Sabre\CalDAV\Schedule;

/**
 * The SchedulingObject represents a scheduling object in the Inbox collection.
 *
 * @license http://sabre.io/license/ Modified BSD License
 * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
 */
interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Sabre\CalDAV\Schedule;

/**
 * The SchedulingObject represents a scheduling object in the Inbox collection.
 *
 * @license http://sabre.io/license/ Modified BSD License
 * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
 */
interface ISchedulingObject extends \Sabre\CalDAV\ICalendarObject
{
}

Function Calls

None

Variables

None

Stats

MD5 2888a97ac893452e89d6274ea1fad4dc
Eval Count 0
Decode Time 138 ms