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 LoversOfBehat\TableExtension\Event; use Love..
Decoded Output download
<?php
declare(strict_types = 1);
namespace LoversOfBehat\TableExtension\Event;
use LoversOfBehat\TableExtension\HtmlContainer;
/**
* Interface for events that involve HTML5 tables.
*/
interface TableEventInterface
{
/**
* Returns an object that contains the HTML of the fetched table.
*
* @return HtmlContainer
*/
public function getHtmlContainer(): HtmlContainer;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types = 1);
namespace LoversOfBehat\TableExtension\Event;
use LoversOfBehat\TableExtension\HtmlContainer;
/**
* Interface for events that involve HTML5 tables.
*/
interface TableEventInterface
{
/**
* Returns an object that contains the HTML of the fetched table.
*
* @return HtmlContainer
*/
public function getHtmlContainer(): HtmlContainer;
}
Function Calls
None |
Stats
MD5 | bb13eb9560af302132a42ee404e6a6a3 |
Eval Count | 0 |
Decode Time | 128 ms |