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 /** * Joomlatools Framework - https://www.joomlatools.com/developer/framework/ * ..
Decoded Output download
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2007 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link https://github.com/joomlatools/joomlatools-framework for the canonical source repository
*/
/**
* Database Context Interface
*
* @author Johan Janssens <https://github.com/johanjanssens>
* @package Koowa\Library\Database\Context
*/
interface KDatabaseContextInterface extends KCommandInterface
{
/**
* Get the query object
*
* @return KDatabaseQueryInterface|string
*/
public function getQuery();
/**
* Set the query object
*
* @param KDatabaseQueryInterface|string $query
* @return $this
*/
public function setQuery($query);
/**
* Get the number of affected rows
*
* @return integer
*/
public function getAffected();
/**
* Get the number of affected rows
*
* @param integer $affected
* @return KDatabaseContext
*/
public function setAffected($affected);
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2007 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link https://github.com/joomlatools/joomlatools-framework for the canonical source repository
*/
/**
* Database Context Interface
*
* @author Johan Janssens <https://github.com/johanjanssens>
* @package Koowa\Library\Database\Context
*/
interface KDatabaseContextInterface extends KCommandInterface
{
/**
* Get the query object
*
* @return KDatabaseQueryInterface|string
*/
public function getQuery();
/**
* Set the query object
*
* @param KDatabaseQueryInterface|string $query
* @return $this
*/
public function setQuery($query);
/**
* Get the number of affected rows
*
* @return integer
*/
public function getAffected();
/**
* Get the number of affected rows
*
* @param integer $affected
* @return KDatabaseContext
*/
public function setAffected($affected);
}
Function Calls
None |
Stats
MD5 | 4adbb8b6aef55f3827ff6bb3a3ef170a |
Eval Count | 0 |
Decode Time | 98 ms |